VFile.SetLastWriteTimeUtc Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
SetLastWriteTimeUtc(String, DateTime)
Method sets the last write date and time of a file identified by the path. The time is expressed in the UTC format.
Declaration
public static void SetLastWriteTimeUtc(string path, DateTime lastWriteTimeUtc)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the file. |
| DateTime | lastWriteTimeUtc | The last write date and time of the file. |