VFile.GetLastAccessTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetLastAccessTime(String)
Method returns the last access date and time of a file identified by the path
.
Declaration
public static DateTime GetLastAccessTime(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file, for which the last access date and time are returned. |
Returns
Type | Description |
---|---|
DateTime | The last access date and time of a file identified by the |