company logo

ZipArchive - ZIP File Archive

The class provides frunctions for managing zip file archives, i.e. extracting, adding or removing files or directories in a zip archive. The achive provides several file...() functions in order to extract or manipulate files within the archive. In order to update file content, one may call fileWrite(). File content is passed and retined in binary buffers (Binary).

The class is based on the open source libzip, a library for manipulating zip archives. (see http://www.nih.at/libzip/libzip.html). When libzip is not available while installing (compiling) ODABA, function calls will throw an exception.


Function Groups
    Functions