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