CreateFTPDirectory (open)
This function will create a new directory
Syntax
LOADLIB "wh::internet/ftp.whlib";
BOOLEAN FUNCTION CreateFTPDirectory(INTEGER connectionid, STRING dirname)Parameters
INTEGER connectionidInteger id of the connection (opened by OpenFTPSite)
STRING dirnameName of the new directory
Return value
BOOLEANboolean indicating if the command was succesfull