FTP Object
 
Syntax
 
FTP.GetIsDirectory(index As Long) As Long
 
Description
Returns1 for a sub-directory and 0 for a file, for the Nth entry in the current remote directory. The first file/dir is at index 0, and the last one is at index (NumFilesAndDirs-1)
 
Parameter
Description
index
Long integer, the index for the file or directory in the listing.
See Also