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