CreateFTPDirectory()
Syntax
Result = CreateFTPDirectory(#Ftp, Directory$)Description
Creates a new directory on the FTP server.
Parameters
#Ftp The FTP connection to use. Directory$ The name of the directory to create. The new directory will be created in the current directory (see GetFTPDirectory() and SetFTPDirectory()). It is not possible to specify a subpath in the Directory$.
Return value
Returns nonzero if the operation was successful and zero if it failed.
See Also
DeleteFTPDirectory(), SetFTPDirectory(), GetFTPDirectory()
Supported OS
All