MCPcopy Create free account
hub / github.com/amule-project/amule / GetAppDir

Function GetAppDir

src/AppImageIntegration.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59wxString GetAppDir()
60{
61 const char* env = getenv("APPDIR");
62 return env ? wxString::FromUTF8(env) : wxString();
63}
64
65// Resolve the XDG user data dir per the basedir spec. Don't derive from
66// wxStandardPaths::GetUserDataDir() — wx returns "$HOME/.<appname>" for

Callers 1

PromptAndInstallFunction · 0.85

Calls 1

wxStringClass · 0.70

Tested by

no test coverage detected