centos man page for zip_add_dir

Query: zip_add_dir

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ZIP_ADD_DIR(3)						     Library Functions Manual						    ZIP_ADD_DIR(3)

NAME
zip_add_dir - add directory to zip archive
LIBRARY
libzip (-lzip)
SYNOPSIS
#include <zip.h> zip_int64_t zip_add_dir(struct zip *archive, const char *name);
DESCRIPTION
The function zip_add_dir adds a directory to a zip archive. The argument archive specifies the zip archive to which the directory should be added. name is the directory's name in the zip archive.
RETURN VALUES
Upon successful completion, the index of the new entry in the archive is returned. Otherwise, -1 is returned and the error code in archive is set to indicate the error.
ERRORS
zip_add_dir fails if: [ZIP_ER_EXISTS] There is already an entry called name in the archive. [ZIP_ER_INVAL] archive or name are NULL. [ZIP_ER_MEMORY] Required memory could not be allocated.
SEE ALSO
libzip(3), zip_add(3)
AUTHORS
Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at> NiH March 10, 2009 ZIP_ADD_DIR(3)
Related Man Pages
zip_set_file_extra(3) - centos
zip_get_file_comment(3) - debian
zip_set_archive_comment(3) - debian
zip_set_file_extra(3) - debian
zip_set_file_comment(3) - debian
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq