J
Joe Ruby MUDCRAP-CE
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
path = File.dirname(File.expand_path(__FILE__))
File.dirname(__FILE__) by itself can return a relative or absolute path.
Joe