- Chas
- Posts: 1
- Starts: 1
- Wiki Edits: 0
After uploading unrelated changes to my working app, I am getting a "no such file error" on calling one of my .xml files from the lib directory... here's the line of code:
doc = REXML::Document.new(File.open("lib/layouts.xml"))
The file is present, and this code is unchanged... only today it is throwing the error. Any thoughts?
2006-08-17 06:21 PM