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

Function findUserHomePath

src/App/Application.cpp:3423–3426  ·  view source on GitHub ↗

! * \brief findUserHomePath * If the passed path name is not empty it will be returned, otherwise * the user home path of the system will be returned. */

Source from the content-addressed store, hash-verified

3421 * the user home path of the system will be returned.
3422 */
3423QString findUserHomePath(const QString& userHome)
3424{
3425 return userHome.isEmpty() ? getUserHome() : userHome;
3426}
3427
3428/*!
3429 * \brief findPath

Callers 2

configurePathsMethod · 0.85
ExtractUserPathMethod · 0.85

Calls 2

getUserHomeFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected