| 2589 | } |
| 2590 | |
| 2591 | std::string parentDirectory(std::string const& path, bool resolveLinks, bool mustExist) { |
| 2592 | return popPath(abspath(path, resolveLinks, mustExist)); |
| 2593 | } |
| 2594 | |
| 2595 | std::string basename(std::string const& filename) { |
| 2596 | auto abs = abspath(filename); |
no test coverage detected