Sets the creation time of the file.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void SetCreationTime( string path, DateTime creationTime ) |
Visual Basic |
---|
Public Shared Sub SetCreationTime ( _ path As String, _ creationTime As DateTime _ ) |
Visual C++ |
---|
public: static void SetCreationTime( String^ path, DateTime creationTime ) |
Parameters
- path
- Type: System..::..String
Path to file.
- creationTime
- Type: System..::..DateTime
New creation time.