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