![]() |
![]()
| ![]() |
![]()
NAMEzzip_dir_open, zzip_dir_open_ext_io, zzip_dir_read - open zip-archive. SYNOPSIS#include <zzip/lib.h> ZZIP_DIR* zzip_dir_open(zzip_char_t* filename, zzip_error_t* e) ZZIP_DIR* zzip_dir_open_ext_io(zzip_char_t* filename, zzip_error_t* e, zzip_strings_t* ext, DESCRIPTIONThe zzip_dir_open function opens the given zip-archive (if available). The two ext_io arguments will default to use posix io and a set of default fileext that can atleast add .zip ext itself.
AUTHORGuido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi> COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
|