Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​IO.​Compression.​ZipArchiveMode

Assembly: System.IO.Compression

Specifies values for interacting with zip archive entries.

Values

Read
Only reading archive entries is permitted.
Create
Only creating new archive entries is permitted.
Update
Both read and write operations are permitted for archive entries.