MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / isSamePath

Function isSamePath

Source/Falcor/Core/Platform/OS.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool isSamePath(const std::filesystem::path& lhs, const std::filesystem::path& rhs)
108{
109 return std::filesystem::weakly_canonical(lhs) == std::filesystem::weakly_canonical(rhs);
110}
111
112std::filesystem::path findFileInDirectories(const std::filesystem::path& path, fstd::span<std::filesystem::path> directories)
113{

Callers 1

addSearchPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected