From: Ubaldo Villaseca Date: 2007-11-14T02:04:31+09:00 Subject: Get file path of script being executed Hi all, I have some directories in my project like: + communications + model + database + database/sqlite + http Every directory contains scripts, more specifically classes, that are called from a main script Portal.rb located in the base directory. How could those scripts get in its own code its complete path? I try some solutions from Internet but I just get the path to Portal.rb Thanks, Ubaldo