pub fn zip_create_from_directory(
    archive_file: &PathBuf,
    directory: &PathBuf
) -> ZipResult<()>
Expand description

Creates a zip archive that contains the files and directories from the specified directory.