logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zip_get_num_files — get number of files in archive (obsolete interface)

Authors

       Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>

Debian                                          December 18, 2017                           ZIP_GET_NUM_FILES(3)

Description

Thisfunctionisdeprecated.  Usezip_get_num_entries(3) instead.

       The zip_get_num_files() function returns the number of files in archive.

History

zip_get_num_files()   was   added   in   libzip   0.6.    It   was   deprecated   in   libzip  0.11,  use
       zip_get_num_entries(instead) instead.

Library

       libzip (-lzip)

Name

       zip_get_num_files — get number of files in archive (obsolete interface)

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), zip_fopen_index(3), zip_stat_index(3)

Synopsis

#include<zip.h>intzip_get_num_files(zip_t*archive);

See Also