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