FTPDirectoryEntryType()

Syntax

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

Parameters

#Ftp The connection to use.

Return value

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

See Also

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

Supported OS

All

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