MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / GetModulePath

Function GetModulePath

Apps/Playground/Win32/App.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace
37{
38 std::filesystem::path GetModulePath()
39 {
40 char buffer[1024];
41 ::GetModuleFileNameA(nullptr, buffer, ARRAYSIZE(buffer));
42 return std::filesystem::path{buffer};
43 }
44
45 std::string GetUrlFromPath(const std::filesystem::path& path)
46 {

Callers 1

RefreshBabylonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected