Add directory to zip archive
libzip (-lzip)
#include <zip.h>
zip_int64_t
zip_add_dir(struct zip *archive, const char *name);
The function zip_add_dir() is the obsolete version of zip_dir_add(3). It is the same as calling zip_dir_add(3) with an empty flags argument.
Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>