Directory: GetLastWriteTime

GetLastWriteTime

Returns the time the directory was last written to in local time.



 Public Function GetLastWriteTime(
	  ByVal Path As String ) As cDateTime

Parameters

Path
[ByVal] String. The directory to retrieve the last time it was written to.

Return Values

cDateTime -  A cDateTime object containing the last time the directory was written to.

Remarks

The path can relative or absolute.

See Also

Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods GetLastAccessTimeUtc GetLastWriteTimeUtc