zip_get_num_files(3) - Linux man page

Name

zip_get_num_files - get number of files in archive

Library

libzip (-lzip)

Synopsis

#include <zip.h>

int zip_get_num_files(struct zip *archive);

Description

The zip_get_num_files function returns the number of files in archive.

Return Values

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

See Also

libzip(3)

Authors

Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>