ArchiveItem.IsEmptyDirectory Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
IsEmptyDirectory
Gets a value indicating whether the ArchiveItem is an empty directory.
Declaration
public abstract bool IsEmptyDirectory { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if the item is an empty directory; false otherwise. |