Directory: SetLastWriteTimeUtc

SetLastWriteTimeUtc

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



 Public Sub SetLastWriteTimeUtc(
	  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 SetLastWriteTime