ZipMode

Description

The ZipMode enumeration contains new object initialization modes to work with ZIP archives.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Create. Create a new ZIP archive.
1 Read. Open existing ZIP archive for view only.
2 Update. Open existing ZIP archive for view and edit.

See also:

IO Assembly Enumerations