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