From: Joe Ruby MUDCRAP-CE Date: 2006-10-25T03:06:10+09:00 Subject: Getting path of current script Is there a simpler way to get the absolute path of the current script? path = File.dirname(File.expand_path(__FILE__)) File.dirname(__FILE__) by itself can return a relative or absolute path. Joe -- Posted via http://www.ruby-forum.com/.