from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
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 wiz@gatalith.at
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|