MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getSavedPrefPacksPath

Function getSavedPrefPacksPath

src/Gui/PreferencePackManager.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51namespace fs = std::filesystem;
52
53static std::filesystem::path getSavedPrefPacksPath()
54{
55 return fs::path(Base::FileInfo::stringToPath(App::Application::getUserAppDataDir()))
56 / "SavedPreferencePacks";
57}
58
59static std::filesystem::path getResourcePrefPacksPath()
60{

Callers 2

applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected