Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "core/file.hpp"
#include "utils/Calendar.hpp"
#include <algorithm>
#include <fmt/core.h>
#include <string>
#include <vector>
#include <zip.h>
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) |