SFTP Object
 
Syntax
 
SFTP.SetCreateTime(pathOrHandle As String, ByVal isHandle As Long, createDateTime As Date) As Long
 
Description
Sets the create date/time for a file on the server. The pathOrHandle may be a filepath or the handle of a currently open file. isHandle should be set to 1 if the pathOrHandle is a handle, otherwise set isHandle to 0.
 
Note: Servers running version 3 or lower of the SFTP protocol do not support setting the create date/time.
 
Returns 1 for success, 0 for failure.
 
See Also