FileSystemEntryInfoIsDirectory Property |
The instance is a directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsDirectory { get; }
Public ReadOnly Property IsDirectory As Boolean
Get
public:
property bool IsDirectory {
bool get ();
}
member IsDirectory : bool with get
Property Value
Type:
BooleanSee Also