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
Section: File Formats (5) Index
Return to Main Contents
BSD mandoc
NAME
zip
- zip archive structure
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Vt zip_t *archive ;
DESCRIPTION
A
represents an open zip archive and is used for all functions accessing and modifying archives.
It is created with
zip_open3,
zip_open_from_source3,
or
zip_fdopen3.
It is closed with
zip_close3
(keeping changes) or
zip_discard3
(discarding changes).
All objects representing parts of an archive (like
Vt zip_file_t )
are only valid while the archive remains open.
SEE ALSO
libzip(3),
zip_close3,
zip_discard3,
zip_fopen3,
zip_open3,
zip_open_from_source3
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
-
- SEE ALSO
-
- AUTHORS
-
|