| 912 | } |
| 913 | |
| 914 | bool equivalentPaths(const std::string path1, const std::string path2) |
| 915 | { |
| 916 | return fs::equivalent(fs::path(path1), fs::path(path2)); |
| 917 | } |
| 918 | |
| 919 | void cleanFileName(std::string &file) |
| 920 | { |
nothing calls this directly
no outgoing calls
no test coverage detected