Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
zip.hpp File Reference
#include "core/file.hpp"
#include "utils/Calendar.hpp"
#include <algorithm>
#include <fmt/core.h>
#include <string>
#include <vector>
#include <zip.h>
Include dependency graph for zip.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  iv
 
namespace  iv::zip
 

Functions

static bool iv::zip::compressFolders (const std::vector< std::string > &folders, std::string_view zipSaveFolder, std::string_view zipPrefix, std::string_view zipExtension)
 
static bool iv::zip::extractCompressedFolders (const std::string &compressedFile, const std::unordered_map< std::string, std::string > &compressedFoldersExtractionPaths)