API17

API17:JFTP::chdir

From Joomla! Documentation

Joomla 11.1 JFTP::chdir

Description

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


public function chdir ($path)
Parameter Type Default Description
$path string Path to change into on the server
  • Returns boolean True if successful
  • Defined on line 425 of libraries/joomla/client/ftp.php

See also


User contributed notes

Code Examples