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