|
bool | createTar (const std::string &tarFilePath, const std::vector< std::string > &filePaths, const std::string &basePath) |
|
bool | compressToGz (const std::string &tarFilePath, const std::string &gzFilePath) |
|
std::vector< std::string > | collectFilesFromFolders (const std::vector< std::string > &folders) |
|
bool | decompressGz (const std::string &gzFilePath, const std::string &outputFilePath) |
|
bool | unpackTar (const std::string &tarFilePath, const std::string &outputFolderPath) |
|
bool | emptyFolder (const std::string &folderPath) |
|
The documentation for this class was generated from the following files: