Directory: SetCreationTimeUtc

SetCreationTimeUtc

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



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

Parameters

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

Remarks

The directory is set to the actual time passed in.

See Also

Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods SetCreationTime SetCurrentDirectory