FTP Object
 
Syntax
 
FTP.GetLastModifiedTime(index As Long) As Date
 
Description
Returns the last modified time 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 or directory in the listing.
See Also