recls C# mapping

FileEntry.IsDirectory Property

Indicates whether the item is a directory

[Visual Basic]
Public ReadOnly Property IsDirectory As Boolean
[C#]
public bool IsDirectory {get;}

Property Value

Indicates whether the entry is a directory

Remarks

This property indicates whether the entry is a directory. This returns true for true directories and for directory links.

See Also

FileEntry Class | recls Namespace