pathname not found
Posted by: erlebach
Posted on: 2009-09-09 09:17:00
Hi,
I am using rails 2.2.2 . I am using pathname:
p = Pathname.new(base_dir) #.cleanpath(true).realpath.to_s
The log states:
Errno::ENOENT (No such file or directory - path:/home/erlebach_sciprog/):
However, the file clearly exists, when I do a "ls" from the console"
How is this possible? I have spent a few hours on this already :-(
I have verified that there are no spaces by doing a trim!
Thanks,
Gordon
Gordon Erlebacher
School of Computational Science
Florida State University
Tallahassee, Florida