gz/fuel_tools/Zip.hh
Go to the documentation of this file.
A helper class for making REST requests.
Definition: gz/fuel_tools/Zip.hh:32
static bool Compress(const std::string &_src, const std::string &_dst)
Compress a file or directory.
static bool Extract(const std::string &_src, const std::string &_dst)
Extract a compressed file.