Directory: SetLastWriteTime

SetLastWriteTime

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



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

Parameters

Path
[ByVal] String. The directory to set the new time for.
LastWriteTime
[ByVal] Variant. A Date or cDateTime object of the new time.

Remarks

See Also

Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods SetLastAccessTimeUtc SetLastWriteTimeUtc