mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
4 lines
116 B
C++
4 lines
116 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
void ZipFolder(std::filesystem::path zipPath, std::filesystem::path folderPath); |