API17:JFTP::chdir
From Joomla! Documentation
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
Examples
<CodeExamplesForm />