FTP Object
 
Syntax
 
FTP.GetCreateTime(index As Long) As Date
 
Description
Returns the create 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 of the file in the dir listing.
See Also