Directory: SetLastWriteTimeUtc

SetLastWriteTimeUtc

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



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

Parameters

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

See Also

Project CorLib Overview

Class Directory Overview