Open Modes for Zip Files
Previous  Top  Next

Open Methods for Zip Files

Used by

   
New() and Open() methods. Also saved in nOpenMode iVar.

Values

Define
Value
Description
XBZ_OPEN_FAILED
0
No Zip File is open (result code only).
XBZ_OPEN_CREATE
1
Create New (and Delete existing) Zip File.
XBZ_OPEN_UPDATE
2
Open existing Zip File for Updates.
XBZ_OPEN_READ
3
Open existing Zip File Read-Only.
XBZ_OPEN_TEST
4
Open existing Zip File and Test it.