PhysicalDirectoryContents.Exists Property

Definition

Gets a value that indicates if a directory is located at this path.

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

Property Value

true if a directory is located at this path; false otherwise.

Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to