From: Austin Ziegler Date: 2006-01-17T23:04:51+09:00 Subject: Re: looking for Ruby equivalent to Perl's FindBin On 17/01/06, Chris Newman wrote: > What I am trying to do is reference other scripts and data > relative to the Ruby script I am calling, not my current working > directory. File.dirname(__FILE__) from the script where data is relative will give you what you want. -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca