The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IsolatedStorageFile::GetFileNames Method ()
.NET Framework (current version)
Enumerates the file names at the root of an isolated store.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System::String^>^An array of relative paths of files at the root of the isolated store. A zero-length array specifies that there are no files at the root.
| Exception | Condition |
|---|---|
| IsolatedStorageException | The isolated store has been removed. |
| ObjectDisposedException | The isolated store has been disposed. |
| DirectoryNotFoundException | File paths from the isolated store root cannot be determined. |
This method is equivalent to using the IsolatedStorageFile::GetFileNames(String^) method with "*" specified for the search pattern.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 10
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: