zipfolder.h
1  #pragma once
2  #include <filesystem>
3  
4  void ZipFolder(std::filesystem::path zipPath, std::filesystem::path folderPath);