IsolatedStorageFile.DirectoryExists(String) メソッド

定義

指定したパスが分離ストア内の既存のディレクトリを参照しているかどうかを確認します。

public:
 bool DirectoryExists(System::String ^ path);
public bool DirectoryExists (string path);
[System.Runtime.InteropServices.ComVisible(false)]
public bool DirectoryExists (string path);
member this.DirectoryExists : string -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DirectoryExists : string -> bool
Public Function DirectoryExists (path As String) As Boolean

パラメーター

path
String

テストするパス。

戻り値

path が分離ストア内の既存のディレクトリを参照していて、true でない場合は null。それ以外の場合は false

属性

例外

pathnullです。

分離ストアは閉じています。

分離ストアは破棄されています。

分離ストアは削除されています。

- または -

分離ストレージは無効になっています。

適用対象

こちらもご覧ください