IsolatedStorageFile::DirectoryExists Method (String^)
.NET Framework (current version)
Determines whether the specified path refers to an existing directory in the isolated store.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
-
Type:
System::String^
The path to test.
Return Value
Type: System::Booleantrue if path refers to an existing directory in the isolated store and is not null; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | path is null. |
| InvalidOperationException | The isolated store is closed. |
| ObjectDisposedException | The isolated store has been disposed. |
| IsolatedStorageException | The isolated store has been removed. -or- Isolated storage is disabled. |
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: