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 *archive  

DESCRIPTION

This function is deprecated Use zip_get_num_entries3 instead

The 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 NULL  

SEE ALSO

libzip(3), zip_fopen_index3, zip_stat_index3  

HISTORY

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 tk@giga.or.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
HISTORY
AUTHORS

This document was created by man2html, using the manual pages.
Time: 20:36:59 GMT, May 22, 2024