PhysicalDirectoryContents.Exists プロパティ

定義

ディレクトリがこのパスにあるかどうかを示す値を取得します。

public:
 property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean

プロパティ値

ディレクトリがこのパスにある場合に true します。それ以外の場合 false

実装

注釈

この API は .NET インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象