TODO: remove as providing little benefit over calling fs::path::filename directly?
| 113 | |
| 114 | // TODO: remove as providing little benefit over calling fs::path::filename directly? |
| 115 | fs::path getFileName(fs::path const &filePath) |
| 116 | { |
| 117 | return filePath.filename(); |
| 118 | } |
| 119 | |
| 120 | fs::path getParentDirectoryPath(fs::path const &path) |
| 121 | { |
no outgoing calls
no test coverage detected