procedure MakeDir(const Path: string);
Description
Call the MakeDir method to create a directory in the file system on the FTP server.
Path is used as an argument when sending the FTP 'MKD' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also