File.SetLastAccessTimeUtc Method (String, DateTime)
Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
-
Type:
System.String
The file for which to set the access date and time information.
- lastAccessTimeUtc
-
Type:
System.DateTime
A DateTime containing the value to set for the last access date and time of path. This value is expressed in UTC time.
| Exception | Condition |
|---|---|
| ArgumentException | path is a zero-length string, contains only white space, or contains one or more invalid characters as defined by InvalidPathChars. |
| 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. |
| FileNotFoundException | The specified path was not found. |
| UnauthorizedAccessException | The caller does not have the required permission. |
| NotSupportedException | path is in an invalid format. |
| 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.
For a list of common I/O tasks, see Common I-O Tasks.
for writing to the specified file. Associated enumeration: FileIOPermissionAccess.Write
Available since 10
.NET Framework
Available since 1.1