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 インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

適用対象