Directory.SetLastAccessTimeUtc Method (String, DateTime)
Sets the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
-
Type:
System.String
The file or directory for which to set the access date and time information.
- lastAccessTimeUtc
-
Type:
System.DateTime
An object that contains the value to set for the access date and time of path. This value is expressed in UTC time.
| Exception | Condition |
|---|---|
| FileNotFoundException | The specified path was not found. |
| ArgumentException | path is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the GetInvalidPathChars method. |
| ArgumentNullException | path is null. |
| PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters and file names must be less than 260 characters. |
| UnauthorizedAccessException | The caller does not have the required permission. |
| PlatformNotSupportedException | The current operating system is not Windows NT or later. |
| ArgumentOutOfRangeException | lastAccessTimeUtc specifies a value outside the range of dates or times permitted for this operation. |
The path parameter is permitted to specify relative or absolute path information. Relative path information is interpreted as relative to the current working directory. To obtain the current working directory, see GetCurrentDirectory.
The path parameter is not case-sensitive.
For a list of common I/O tasks, see Common I-O Tasks.
These operating systems do not support this method.
for writing to the specified file or directory. Associated enumeration: FileIOPermissionAccess.Write
Available since 10
.NET Framework
Available since 1.1