mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 22:37:58 +08:00
91797669ee
* Report installation folder structure * Hanlde case when GetModuleFileName fails * spelling * PR comments
8 lines
133 B
C++
8 lines
133 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
namespace InstallationFolder
|
|
{
|
|
void ReportStructure(const std::filesystem::path& tmpDir);
|
|
};
|