GetLastAccessTimeUtc
Returns the time the directory was last accessed in UTC time.
Public Function GetLastAccessTimeUtc(
ByRef Path As String ) As CorDateTime
Parameters
- Path
-
[ByRef]
String.
The directory to retrieve the last time it was accessed.
Return Values
CorDateTime - A CorDateTime object containing the time the directory was last accessed.
Remarks
The path can be relative or absolute.
See Also
Project CorLib Overview
Class Directory Overview