IsolatedStorageFile.GetLastWriteTime Method
Returns the date and time a specified file or directory was last written to.
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
- Type: System.String
The path to the file or directory for which to obtain last write date and time information.
Return Value
Type: System.DateTimeOffsetThe date and time that the specified file or directory was last written to. 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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.