VFile.SetLastAccessTimeUtc Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
SetLastAccessTimeUtc(String, DateTime)
Method sets the last access date and time of a file identified by the path
.
Declaration
public static void SetLastAccessTimeUtc(string path, DateTime lastAccessTimeUtc)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
DateTime | lastAccessTimeUtc | The last access date and time of the file. |