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

Function equivalentPaths

core/filetools.cpp:914–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected