Method FTPClient():removeDir() Professional

Remove a directory on the FTP server.

Syntax
:removeDir( <cPath> ) --> lSuccess
Parameters
<cPath>
The parameter is a character string with the name of the directory to be removed on the FTP server. <cDirName> must include the directory name plus path information specified relative to the current directory on the server. Alternatively, the path may be specified as an absolute path.
Return

The method returns .T. (true) when the directory could be removed on the FTP server, otherwise .F. (false) is returned.

Description

The method :removeDir() removes the specified directory on the FTP server.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.