MCPcopy 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
24std::string PlatformCompatibility::GetUserLocalDataDir()
25{
26 return wxStandardPaths::Get().GetUserLocalDataDir().ToStdString();
27}
28
29std::string PlatformCompatibility::GetResourcesDir()
30{

Callers 1

InitializePathListMethod · 0.45

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected