Directory: SetCreationTimeUtc

SetCreationTimeUtc

Sets the creation time of the specified directory to UTC time.



 Public Sub SetCreationTimeUtc(
	  ByRef Path As String,
	  ByRef CreationTime As Variant )

Parameters

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

Remarks

The directory is set to the actual time passed in.

See Also

Project CorLib Overview

Class Directory Overview