Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetUserLocalDataDir
Method
GetUserLocalDataDir
libraries/lib-files/PlatformCompatibilityWX.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
std::string PlatformCompatibility::GetUserLocalDataDir()
25
{
26
return wxStandardPaths::Get().GetUserLocalDataDir().ToStdString();
27
}
28
29
std::string PlatformCompatibility::GetResourcesDir()
30
{
Callers
1
InitializePathList
Method · 0.45
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected