| 117 | } |
| 118 | |
| 119 | std::filesystem::path GetModuleDirectory(ModuleHandle module) { |
| 120 | return ModuleFilePath(reinterpret_cast<HMODULE>(module), "GetModuleDirectory").parent_path(); |
| 121 | } |
| 122 | |
| 123 | std::filesystem::path GetMainExecutablePath() { |
| 124 | return ModuleFilePath(nullptr, "GetMainExecutablePath"); |
no test coverage detected