File: GetLastWriteTime

GetLastWriteTime

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



 Public Function GetLastWriteTime(
	  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 the file was written to.

See Also

Project CorLib Overview

Class File Overview