IsolatedStorageFile.GetCreationTime Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the creation date and time of a specified file or directory.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
- Type: System.String
The path to the file or directory for which to obtain creation date and time information.
Return Value
Type: System.DateTimeOffsetThe creation date and time for the specified file or directory. 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 Nothing. |
| 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. |