MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetAppExeFolderPath

Method GetAppExeFolderPath

src/service/service_context.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 std::string ServiceContext::GetAppExeFolderPath() {
58 auto exe_path = QString::fromStdWString(FolderUtil::GetCurrentFilePath()).toStdString();
59 return FileUtil::GetFileFolder(exe_path);
60 }
61
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected