From: Nobuyoshi Nakada Date: 2008-10-25T02:34:17+09:00 Subject: Re: How to tell if two paths point to the same file? Hi, At Sat, 25 Oct 2008 02:25:42 +0900, Kenneth McDonald wrote in [ruby-talk:318509]: > 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? File.identical? -- Nobu Nakada