-----------------------------------------------------------------------------
| 85 | |
| 86 | //----------------------------------------------------------------------------- |
| 87 | fs::path GetExecutableFolder() |
| 88 | { |
| 89 | fs::path executablePath = GetExecutablePath(); |
| 90 | |
| 91 | return executablePath.parent_path(); |
| 92 | } |
| 93 | |
| 94 | //------------------------------------------------------------------------- |
| 95 | std::string ToLocalString(const std::wstring& str) |
no test coverage detected