MCPcopy Create free account
hub / github.com/Samsung/UTopia / getCanonicalPath

Function getCanonicalPath

lib/utils/FileUtil.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace util {
20
21static inline std::string getCanonicalPath(fs::path &Path) {
22 return fs::canonical(Path).string();
23}
24
25std::vector<std::string> findFilePaths(std::string Dir, std::string Extension) {
26 std::vector<std::string> Ret;

Callers 1

findFilePathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected