PowerToys/tools/BugReportTool/BugReportTool/InstallationFolder.h

8 lines
133 B
C
Raw Normal View History

#pragma once
#include <filesystem>
namespace InstallationFolder
{
void ReportStructure(const std::filesystem::path& tmpDir);
};