GetLastAccessTime
Returns the time the file was accessed in local time.
Public Function GetLastAccessTime(
ByRef Path As String ) As CorDateTime
Parameters
- Path
-
[ByRef]
String.
The file to retrieve the last access time for.
Return Values
CorDateTime - A CorDateTime object that represents the last time the file was accessed.
See Also
Project CorLib Overview
Class File Overview