FTPDirectoryEntryType()
Syntax
Result = FTPDirectoryEntryType(#Ftp)Description
Returns the type of the current entry in the #Ftp being listed with ExamineFTPDirectory() and NextFTPDirectoryEntry() functions.
'Result' can be one of the following constants:#PB_FTP_File : This entry is a file. #PB_FTP_Directory: This entry is a directory.
Supported OS
All