Sets the last write utc time of the file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
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.