From: Kenneth McDonald Date: 2008-10-28T04:01:04+09:00 Subject: How to find directory of currently running .rb file __FILE__ is just giving me the file name, with no path, and Dir.getwd is giving me an error: "ENOENT: No such file or directory." What is the proper way to get this info? Thanks in advance, Ken McDonald