Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZIP(5)			       File Formats Manual			  ZIP(5)

NAME
     zip -- zip archive structure

LIBRARY
     libzip (-lzip)

SYNOPSIS
     #include <zip.h>

     zip_t *archive;

DESCRIPTION
     A	zip represents an open zip archive and is used for all functions access-
     ing and modifying archives.

     It is created with zip_open(3), zip_open_from_source(3), or zip_fdopen(3).

     It is closed with zip_close(3) (keeping changes)  or  zip_discard(3)  (dis-
     carding changes).

     All  objects  representing  parts	of an archive (like zip_file_t) are only
     valid while the archive remains open.

SEE ALSO
     libzip(3),   zip_close(3),   zip_discard(3),   zip_fopen(3),   zip_open(3),
     zip_open_from_source(3)

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

FreeBSD ports 15.quarterly	   May 5, 2025				  ZIP(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zip&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help