From: Daniel DeLorme Date: 2007-03-02T23:17:25+09:00 Subject: Re: __PATH__ like __FILE__? Olivier Renaud wrote: > You have to use the File.expand_path to do this : > > File.expand_path(__FILE__) > File.dirname(File.expand_path(__FILE__)) Or: File.expand_path(__FILE__+'/..') ;-) Daniel