mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[Bug Report Tool] Report installation folder structure (#12425)
* Report installation folder structure * Hanlde case when GetModuleFileName fails * spelling * PR comments
This commit is contained in:
7
tools/BugReportTool/BugReportTool/InstallationFolder.h
Normal file
7
tools/BugReportTool/BugReportTool/InstallationFolder.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <filesystem>
|
||||
|
||||
namespace InstallationFolder
|
||||
{
|
||||
void ReportStructure(const std::filesystem::path& tmpDir);
|
||||
};
|
||||
Reference in New Issue
Block a user