Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getUserConfigPathQString
Function · 0.45
configurationmanager.cpp
File · 0.45
FixedPath
Method · 0.45
save
Method · 0.45
MainWizard
Method · 0.45
setupLauncherSettings
Method · 0.45
writeSettings
Method · 0.45
populateLoadedConfigs
Method · 0.45
showFirstRunDialog
Method · 0.45
setupLauncherSettings
Method · 0.45
writeSettings
Method · 0.45
on_importerButton_clicked
Method · 0.45
Calls
2
getEnv
Function · 0.85
getUserHome
Function · 0.70
Tested by
no test coverage detected