File: SetCreationTime

SetCreationTime

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



 Public Sub SetCreationTime(
	  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