www.LinuxHowtos.org
ZIP_GET_NUM_FILES
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_get_num_files - get number of files in archive (obsolete interface)LIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft int Fn zip_get_num_files zip_t *archiveDESCRIPTION
This function is deprecated Use zip_get_num_entries3 insteadThe Fn zip_get_num_files function returns the number of files in archive
RETURN VALUES
Fn zip_get_num_files returns the number of files in the zip archive, or -1 if archive is NULLSEE ALSO
libzip(3), zip_fopen_index3, zip_stat_index3HISTORY
Fn zip_get_num_files was added in libzip 0.6. It was deprecated in libzip 0.11, use Fn zip_get_num_entries instead instead.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at