VDirectory.GetLastWriteTimeUtc Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
GetLastWriteTimeUtc(String)
Method returns the last write date and time of the directory. The time is expressed in the UTC format.
Declaration
public static DateTime GetLastWriteTimeUtc(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the directory, for which last write date and time are returned. |
Returns
| Type | Description |
|---|---|
| DateTime | The last write date and time of the directory. |