IsolatedStorageFileFileExists Method |
Namespace: System.IO.IsolatedStorage
public bool FileExists( string path )
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. |