Subject: Re: How to tell if two paths point to the same file?
From: Brian Candler <b.candler pobox.com>
Date: Sat, 25 Oct 2008 04:17:04 +0900
References: 318509318510318516
In-reply-to: 318516
Under Unix, you could do File.stat on each and see if ino and dev are
the same.
--
Posted via http://www.ruby-forum.com/.