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: 54255cc31ee6cd59379d8477d7ee5b1ca1f8a88e (plain)
1
2
3
4

#include "../../std/string.hpp"

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