File: SetLastWriteTime

SetLastWriteTime

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



 Public Sub SetLastWriteTime(
	  ByRef Path As String,
	  ByRef LastWriteTime As Variant )

Parameters

Path
[ByRef] String. The file to set the last written time for.
LastWriteTime
[ByRef] Variant. A Date or CorDateTime object of the new time.

See Also

Project CorLib Overview

Class File Overview