decorative banner

Previous | Next               Table Of Contents > 4 File system commands > 4.3 Creating folders

4.3 Creating folders


The ftpmakefolder command is used to create a new folder. The predefined keywords local and remote are used to apply this command on either the local or remote computer. The ftpresult predefined status flag is set to the predefined constant success if the command completed successfully.

The syntax is

ftpmakefolder <keywords: local, remote>, <name string>;

Some examples are

ftpmakefolder local, "tempfiles"; #create local folder

ftpmakefolder remote, "tmp_folder"; #create remote folder


Previous | Next