Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.net.ftp
.FtpMkdir
FtpMkdir
is available since version 1.0.
Prototype:
boolean FtpMkdir(string path, number connection_handle)
Parameters
path
the ftp file path
connection_handle
the connection handle as returned by
FtpConnect
.
Description:
Create a directory at server.
Return value:
Returns true if succeeded, false if failed.