Enum ZipArchiveMode
Defines how a ZIP archive is accessed: creating new entries, reading existing ones, or updating content in place.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum ZipArchiveMode
Create
Allows only adding new entries to a new archive; existing content cannot be read or modified.
Read
Permits read-only access to existing entries without modification.
Update
Supports reading existing entries and creating, deleting, or overwriting entries within the archive.