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

Method getUserConfigPath

components/files/linuxpath.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 std::filesystem::path LinuxPath::getUserConfigPath() const
58 {
59 return getEnv("XDG_CONFIG_HOME", getUserHome() / ".config") / mName;
60 }
61
62 std::filesystem::path LinuxPath::getUserDataPath() const
63 {

Callers 15

getUserConfigPathQStringFunction · 0.45
FixedPathMethod · 0.45
saveMethod · 0.45
MainWizardMethod · 0.45
setupLauncherSettingsMethod · 0.45
writeSettingsMethod · 0.45
populateLoadedConfigsMethod · 0.45
showFirstRunDialogMethod · 0.45
setupLauncherSettingsMethod · 0.45
writeSettingsMethod · 0.45

Calls 2

getEnvFunction · 0.85
getUserHomeFunction · 0.70

Tested by

no test coverage detected