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

Function versionedPath

tests/src/App/ApplicationDirectories.cpp:212–215  ·  view source on GitHub ↗

Convenience: path under base for a version folder name.

Source from the content-addressed store, hash-verified

210
211// Convenience: path under base for a version folder name.
212fs::path versionedPath(const fs::path& base, int major, int minor)
213{
214 return base / App::ApplicationDirectories::versionStringForPath(major, minor);
215}
216
217// Create a regular file (used to prove non-directories are ignored).
218void touchFile(const fs::path& p)

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected