GetLastWriteTimeUtc
Returns the last time the file was written to in UTC time.
Public Function GetLastWriteTimeUtc(
ByRef Path As String ) As CorDateTime
Parameters
- Path
-
[ByRef]
String.
The file to retrieve the last written time for.
Return Values
CorDateTime - A CorDateTime object representing the last time a file was written to.
See Also
Project CorLib Overview
Class File Overview