File: GetLastAccessTimeUtc

GetLastAccessTimeUtc

Returns The last time a file was accessed in UTC time.



 Public Function GetLastAccessTimeUtc(
	  ByRef Path As String ) As CorDateTime

Parameters

Path
[ByRef] String. The file to get the last accessed time for.

Return Values

CorDateTime -  A CorDateTime object representing the last time the file was accessed.

See Also

Project CorLib Overview

Class File Overview