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