Enum CompressionMode
Archive compression mode.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum CompressionMode
Fields
Name | Description |
---|---|
Append | Add data to the archive. |
Create | Create a new archive; overwrite the existing one. |