| 133 | } |
| 134 | |
| 135 | std::string GetCurrentExecutableDirectory() |
| 136 | { |
| 137 | auto exePath = GetCurrentExecutablePath(); |
| 138 | auto exeDirectory = Path::GetDirectory(exePath); |
| 139 | return exeDirectory; |
| 140 | } |
| 141 | |
| 142 | std::string GetInstallPath() |
| 143 | { |
no test coverage detected