API17

API17:JFTP::chdir

From Joomla! Documentation

Revision as of 23:28, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JFTP::chdir

Description

Method to change the current working directory on the FTP server.

Template:Description:JFTP::chdir [Edit Descripton]

Synopsis

public  JFTP->chdir ($path)
Parameter Type Default Description
$path string Path to change into on the server

Returns

boolean True if successful

Defined in

libraries/joomla/client/ftp.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JFTP::chdir

Examples

<CodeExamplesForm />