File: SetCreationTimeUtc

SetCreationTimeUtc

Sets the time of creation for a file in UTC time.

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

Parameters

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

Remarks

See Also

Project VBCorLib Overview | Class File Overview