VDirectory.SetLastAccessTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
SetLastAccessTime(String, DateTime)
Method sets the last access date and time of the directory.
Declaration
public static void SetLastAccessTime(string path, DateTime lastAccessTime)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the directory |
| DateTime | lastAccessTime | The last access date and time of the directory. |