SetLastAccessTimeUtc
Sets the last time the file was accessed in UTC time.
Public Sub SetLastAccessTimeUtc(
ByRef Path As String,
ByRef LastAccessTime As Variant )
Parameters
- Path
-
[ByRef]
String.
The file to set the last access time for.
- LastAccessTime
-
[ByRef]
Variant.
A Date or CorDateTime object of the new time.
See Also
Project CorLib Overview
Class File Overview