Method FTPClient():createDir() Professional

Create a directory on the FTP server.

Syntax
:createDir( <cDirName> ) --> lSuccess
Parameters
<cDirName>
The parameter is a character string with the name of the directory to be created 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 created on the FTP server, otherwise .F. (false) is returned.

Description

The method :createDir() creates 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.