<div dir="ltr">I want to write a utility that recursively&nbsp;compares the contents of two directory trees. I was going to check to see if applying path-&gt;string to the members of the list of (relative) paths returned by directory-list were equal?, but then I wonder if this is (guaranteed to be) true when the paths themselves are equal? This would be nice because I could use member? instead opf writing my own test. Then again, I will probably have tests comparing file sizes and other attributes, too.</div>