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