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