1ZIP_GET_NUM_FILES(3) Library Functions Manual ZIP_GET_NUM_FILES(3)
2
3
4
6 zip_get_num_files - get number of files in archive
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 int zip_get_num_files(struct zip *archive);
15
17 This function is deprecated. Use zip_get_num_entries(3) instead.
18
19 The zip_get_num_files function returns the number of files in archive.
20
22 zip_get_num_files returns the number of files in the zip archive, or -1
23 if archive is NULL.
24
26 libzip(3), zip_fopen_index(3), zip_stat_index(3)
27
29 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
30
31
32
33NiH February 14, 2011 ZIP_GET_NUM_FILES(3)