IsolatedStorageFile.FileExists(String) メソッド

定義

指定したパスが分離ストア内の既存のファイルを参照しているかどうかを確認します。

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

パラメーター

path
String

テストするパスとファイル名。

戻り値

path が分離ストア内の既存のファイルを参照していて、true でない場合は null。それ以外の場合は false

属性

例外

pathnullです。

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

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

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

適用対象

こちらもご覧ください