Returns true if the item can be extracted using Rebex ZIP for .NET component.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property CanExtract As Boolean Get |
C# |
---|
public abstract bool CanExtract { get; } |
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).