std::experimental::filesystem::equivalent (3) Linux Manual Page
std::experimental::filesystem::equivalent – std::experimental::filesystem::equivalent Synopsis Defined in header<experimental / filesystem> bool equivalent(const path &p1, const path &p2); (1)(filesystem TS) bool equivalent(const path &p1, const path &p2, error_code &ec); Checks whether the paths p1 and p2 refer to the same file or directory and have the same file status as determined by status (symlinks are followed). If…
