[racket] equal normalized paths

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Oct 29 14:57:53 EDT 2010

At Fri, 29 Oct 2010 19:35:07 +0200, "Jos Koot" wrote:
> Can I trust that normalize-path when given paths or strings referring to the
> same file produces paths that are equal (in the sense of | equal? | )?

No. Use `file-or-directory-identity' to compare paths.



Posted on the users mailing list.