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 基础结构,不应直接从代码使用。

适用于