FTPDirectoryEntryType()

语法

Result = FTPDirectoryEntryType(#Ftp)
概要
Returns the type of the current entry in the FTP enumeration being listed with ExamineFTPDirectory() and NextFTPDirectoryEntry() functions.

参数

#Ftp The connection to use.

返回值

Returns one of the following constants:
  #PB_FTP_File     : This entry is a file.
  #PB_FTP_Directory: This entry is a directory.

参阅

ExamineFTPDirectory(), NextFTPDirectoryEntry(), FTPDirectoryEntryName(), FTPDirectoryEntryDate(), FTPDirectoryEntrySize(), FTPDirectoryEntryRaw(), FTPDirectoryEntryAttributes()

已支持操作系统

所有

<- FTPDirectoryEntrySize() - Ftp Index - FTPProgress() ->