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
要測試的路徑。
傳回
如果 path
參考隔離儲存區中的現有目錄而且不是 true
,則為 null
,否則為 false
。
- 屬性
例外狀況
path
為 null
。
隔離儲存區已關閉。
已處置隔離儲存區。