FileSystemItem.IsDirectory Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
IsDirectory
Gets a value indicating whether the item is a directory.
Declaration
public abstract bool IsDirectory { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the archive item is directory; false otherwise. |