File: SetCreationTime

SetCreationTime

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

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