SFTP Object
 
Syntax
 
SFTP.SetLastAccessTimeStr(pathOrHandle As String, ByVal bIsHandle As Long, dateTimeStr As String) As Long
 
Description
The same as SetLastAccessTime, except the date/time is passed as an RFC822 formatted string.
 
Returns 1 for success, 0 for failure.
 
See Also