IsolatedStorageFile::GetLastAccessTime Method (String^)
Returns the date and time a specified file or directory was last accessed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
-
Type:
System::String^
The path to the file or directory for which to obtain last access date and time information.
Return Value
Type: System::DateTimeOffsetThe date and time that the specified file or directory was last accessed. This value is expressed in local time.
| Exception | Condition |
|---|---|
| ArgumentException | path is a zero-length string, contains only white space, or contains one or more invalid characters defined by the Path::GetInvalidPathChars method. |
| ArgumentNullException | path is null. |
| InvalidOperationException | The isolated store has been closed. |
| ObjectDisposedException | The isolated store has been disposed. |
| IsolatedStorageException | The isolated store has been removed. -or- Isolated storage is disabled. |
If the file described by path does not exist, this method returns 12:00 midnight, January 1, 1601 A.D. (C.E.) Coordinated Universal Time (UTC), adjusted to local time.
Available since 10
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1