MCPcopy Create free account
hub / github.com/OpenMW/openmw / getGlobalConfigPath

Method getGlobalConfigPath

components/files/linuxpath.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 std::filesystem::path LinuxPath::getGlobalConfigPath() const
73 {
74 std::filesystem::path globalPath(GLOBAL_CONFIG_PATH);
75 return globalPath / mName;
76 }
77
78 std::filesystem::path LinuxPath::getLocalPath() const
79 {

Callers 3

readConfigurationMethod · 0.45
FixedPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected