[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:
Mykhailo Pylyp
2021-07-20 10:33:00 +03:00
committed by GitHub
parent e6ffbcf315
commit 91797669ee
6 changed files with 236 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <filesystem>
namespace InstallationFolder
{
void ReportStructure(const std::filesystem::path& tmpDir);
};