FTP Library Package 1.2 for Tcl/Tk Manual Pages

COMMAND
FTP::MkDir  directory
 
The FTP::MkDir causes the directory specified in directory to be created as a directory (if the directory is absolute) or as a subdirectory of the current working directory (if directory is relative).

If the directory was successfully created, then the command returns 1, if it fails 0.

EXAMPLE
# create directory
FTP::MkDir /incoming/newdir

# or
FTP::Cd /incoming
FTP::MkDir newdir
	

[Contents]  [Previous: FTP::Newer]  [Next: FTP::RmDir]


© 1999 Steffen Traeger