Subject: How to tell if two paths point to the same file?
From: Kenneth McDonald <kenneth.m.mcdonald sbcglobal.net>
Date: Sat, 25 Oct 2008 02:25:42 +0900
I've tried using File.expand_path to normalize path names, but this
doesn't always seem to give identical results for the same file, if
one of the involved paths goes through a symbolic link. Is there
another way to do this?
Thanks,
Ken