[plt-scheme] When are two paths equal?

From: Greg Woodhouse (gregory.woodhouse at gmail.com)
Date: Tue Sep 30 13:13:11 EDT 2008

I want to write a utility that recursively compares the contents of two
directory trees. I was going to check to see if applying path->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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080930/96ce6d5d/attachment.html>

Posted on the users mailing list.