File: SetCreationTimeUtc

SetCreationTimeUtc

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



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

Parameters

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

See Also

Project CorLib Overview

Class File Overview