From c56753704a4a77d5c09bec9d21b14f7196bfc7a3 Mon Sep 17 00:00:00 2001
From: Edward Betts Introduction
that can be used to read files stored inside zip files. It uses
zziplib to do all the hard work.
The API exposed to Lua is very simple and very similiar to the usual file handling +
The API exposed to Lua is very simple and very similar to the usual file handling functions provided by the I/O Lua standard library. In fact, the API is so similar that parts of this manual are extracted from the Lua manual,