![]() |
![]()
| ![]() |
![]()
NAMEzzip_dir_stat, zzip_file_stat, zzip_fstat - get meta infornation on a zipped element. SYNOPSIS#include <zzip/lib.h> int zzip_dir_stat(ZZIP_DIR* dir, zzip_char_t* name, ZZIP_STAT* zs, int flags) int zzip_file_stat(ZZIP_FILE* file, ZZIP_STAT* zs) int zzip_fstat(ZZIP_FILE* file, ZZIP_STAT* zs) DESCRIPTIONThe zzip_dir_stat function obtains information about a filename in an opened zip-archive without opening that file first. Mostly used to obtain the uncompressed size of a file inside a zip-archive. see zzip_dir_open.
AUTHORGuido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi> COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
|