FTP Object
 
Syntax
 
FTP.GetFilename(index As Long) As String
 
Description
Returns the filename for the Nth file or sub-directory 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 in the dir listing.
See Also