mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
* 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);
|
|
};
|