言語

Server.ParentDirectoryExists(String) メソッド

定義

指定したファイルの親ディレクトリが存在するかどうかを確認します

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

パラメーター

filePath
String

ファイル パス

返品

指定したファイルの親ディレクトリが存在するかどうかを示すブール値

適用対象