MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetInstalledPath

Method GetInstalledPath

src/games/DCSWorld.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::filesystem::path DCSWorld::GetInstalledPath(Version version) {
120 switch (version) {
121 case Version::OPEN_BETA:
122 return GetDCSPath("DCS World OpenBeta");
123 case Version::STABLE:
124 return GetDCSPath("DCS World");
125 }
126 return {};
127}
128
129std::filesystem::path DCSWorld::GetSavedGamesPath(Version version) {
130 const auto savedGames = Filesystem::GetKnownFolderPath<FOLDERID_SavedGames>();

Callers

nothing calls this directly

Calls 1

GetDCSPathFunction · 0.85

Tested by

no test coverage detected