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