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