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