MAN page from PCLinuxOS lib64zip-devel-1.3.0-1pclos2017.x86_64.rpm
ZIP_ADD_DIR
Section: Library Functions Manual (3)
Updated: June 23, 2012
Index NAME
zip_add_dir- add directory to zip archive
LIBRARY
libzip (-lzip)
SYNOPSIS
#include <zip.h>zip_int64_t
- zip_add_dir(zip_t *archive, const char *name);
DESCRIPTION
The functionzip_add_dir()is the obsolete version ofzip_dir_add(3).It is the same as callingzip_dir_add(3)with an empty flags argument. SEE ALSO
libzip(3),zip_dir_add(3) AUTHORS
Dieter Baron <dilloAATTnih.at>andThomas Klausner <tkAATTgiga.or.at>
Index
- NAME
- LIBRARY
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.