FTP Object
 
Syntax
 
FTP.CreateRemoteDir(Dir As String) As Long
 
Description
Creates a directory on the FTP server. Returns true for success, false for failure. If the directory already exists, a new one is not created and false is returned.
 
Parameter
Description
Dir
String, the new dir path specification
See Also