delphyne
compression.h File Reference
#include <string>
#include <utility>
Include dependency graph for compression.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 delphyne
 

Functions

void ZipDirectory (const std::string &source_path, const std::string &destination_path)
 Compresses the given srcpath directory content into the given destination_path archive recursively, using the zip format. More...
 
void UnzipDirectory (const std::string &archive_path, const std::string &extract_path)
 Decompresses a zip archive at archive_path into the given extract_path. More...