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