LuaSTG-x Core API
|
Defines how the zip file must be open.
NOT_OPEN is a special mode where the file is not open.
READ_ONLY is the basic mode to only read the archive.
WRITE will append to an existing archive or create a new one if it does not exist.
NEW will create a new archive or erase all the data if a previous one exists.