Function TRAP::FileSystem::IsEquivalent#

Function Documentation#

bool TRAP::FileSystem::IsEquivalent(const std::filesystem::path &p1, const std::filesystem::path &p2)#

Checks whether the paths p1 and p2 resolve to the same file system file/folder.

Parameters:
  • p1 – File/folder path.

  • p2 – File/folder path

Returns:

True if p1 and p2 refer to the same file or folder, false otherwise.