From: Kenneth McDonald Date: 2008-10-25T02:25:42+09:00 Subject: How to tell if two paths point to the same file? 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