ArchiveItem.CanExtract Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CanExtract
Returns true if the item can be extracted using Rebex ZIP for .NET component.
Declaration
public abstract bool CanExtract { get; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
File can't be extracted if unsupported compression method was used to compress the data, if the file is encrypted or if the file type is unknown (Unknown).