IsolatedStorageFile.DirectoryExists(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したパスが分離ストア内の既存のディレクトリを参照しているかどうかを判断します。
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
テストするパス。
返品
true
path分離ストア内の既存のディレクトリを参照し、nullされていない場合はfalse。
- 属性
例外
path は nullです。
分離ストアは閉じられます。
分離ストアが破棄されました。