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