Files
PowerToys/tools/BugReportTool/BugReportTool/ZipTools/zipfolder.h
2021-05-20 18:41:12 +03:00

4 lines
116 B
C++

#pragma once
#include <filesystem>
void ZipFolder(std::filesystem::path zipPath, std::filesystem::path folderPath);