Directory: SetCreationTime

SetCreationTime

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



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

Parameters

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

Remarks

The time will have the UTC offset removed before setting the the directory to it. When the time is read, it will be in local time to the timezone.

See Also

Project CorLib Overview

Class Directory Overview