CreateFTPDirectory()

语法

Result = CreateFTPDirectory(#Ftp, Directory$)
概要
Creates a new directory on the FTP server.

参数

#Ftp The FTP connection to use.
Directory$ The name of the directory to create. The new directory will be created in the current directory (see GetFTPDirectory() and SetFTPDirectory()). It is not possible to specify a subpath in the Directory$.

返回值

Returns nonzero if the operation was successful and zero if it failed.

参阅

DeleteFTPDirectory(), SetFTPDirectory(), GetFTPDirectory()

已支持操作系统

所有

<- CloseFTP() - Ftp Index - DeleteFTPDirectory() ->