MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / currentDirPath

Function currentDirPath

core/filetools.cpp:491–495  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

489
490//---------------------------------------------------------------------------
491 std::string currentDirPath()
492 {
493 fs::path p = fs::current_path();
494 return p.string();
495 }
496
497//---------------------------------------------------------------------------
498

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected