GetLastWriteTime
Returns the last time the file was written to in local time.
Public Function GetLastWriteTime(
ByVal sPath As String ) As cDateTime
Parameters
- sPath
-
[ByVal]
String.
The file to retrieve the last written time for.
Return Values
cDateTime - A cDateTime object representing the last time the file was written to.
Remarks
See Also
Project VBCorLib Overview
| Class File Overview