Bearbeiten

FileSystemEntry.IsDirectory Property

Definition

Gets a value that indicates whether this entry is a directory.

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

Property Value

true if the entry is a directory; otherwise, false.

Applies to