言語

Server.FileExists(String) メソッド

定義

指定したファイルが存在するかどうかを確認します

public bool FileExists(string filePath);
member this.FileExists : string -> bool
Public Function FileExists (filePath As String) As Boolean

パラメーター

filePath
String

ファイル パス

返品

指定したファイルが存在するかどうかを示すブール値

適用対象