---------------------------------------------------------------------------
| 489 | |
| 490 | //--------------------------------------------------------------------------- |
| 491 | std::string currentDirPath() |
| 492 | { |
| 493 | fs::path p = fs::current_path(); |
| 494 | return p.string(); |
| 495 | } |
| 496 | |
| 497 | //--------------------------------------------------------------------------- |
| 498 |
nothing calls this directly
no outgoing calls
no test coverage detected