Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zip_creator.hpp « coding - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 976dd3acf3de6635dd69e4691a1c43c061d55501 (plain)
1
2
3
4

#include "std/string.hpp"

bool CreateZipFromPathDeflatedAndDefaultCompression(string const & filePath, string const & zipFilePath);