| 299 | } |
| 300 | |
| 301 | std::string FileUtilsWinRT::getAppPath() |
| 302 | { |
| 303 | auto package = winrt::Windows::ApplicationModel::Package::Current(); |
| 304 | return convertPathFormatToUnixStyle(PlatformStringToString(package.InstalledLocation().Path())); |
| 305 | } |
| 306 | |
| 307 | } |
nothing calls this directly
no test coverage detected