1ZIP_GET_NUM_FILES(3)       Library Functions Manual       ZIP_GET_NUM_FILES(3)
2
3
4

NAME

6       zip_get_num_files - get number of files in archive
7

LIBRARY

9       libzip (-lzip)
10

SYNOPSIS

12       #include <zip.h>
13
14       int zip_get_num_files(struct zip *archive);
15

DESCRIPTION

17       The zip_get_num_files function returns the number of files in archive.
18

RETURN VALUES

20       zip_get_num_files returns the number of files in the zip archive, or -1
21       if archive is NULL.
22

SEE ALSO

24       libzip(3)
25

AUTHORS

27       Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
28
29
30
31NiH                            December 27, 2003          ZIP_GET_NUM_FILES(3)
Impressum