SetLastAccessTime
Sets the last time the file was accessed in local time.
Public Sub SetLastAccessTime(
ByVal Path As String,
ByVal LastAccessTime As Variant )
Parameters
- Path
-
[ByVal]
String.
The file to set the last access time for.
- LastAccessTime
-
[ByVal]
Variant.
A Date or cDateTime object of the new time.
Remarks
See Also
Project VBCorLib Overview
| Class File Overview