MCPcopy Create free account
hub / github.com/axmolengine/axmol / getAppPath

Method getAppPath

core/platform/winrt/FileUtilsWinRT.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301std::string FileUtilsWinRT::getAppPath()
302{
303 auto package = winrt::Windows::ApplicationModel::Package::Current();
304 return convertPathFormatToUnixStyle(PlatformStringToString(package.InstalledLocation().Path()));
305}
306
307}

Callers

nothing calls this directly

Calls 2

PlatformStringToStringFunction · 0.85

Tested by

no test coverage detected