From: Jeremy Bopp Date: 2013-01-17T01:44:57+09:00 Subject: Re: Error: File not found. On 01/16/2013 10:24 AM, Wayne Brisette wrote: > Adam: > > Can anybody read the contents in that directory? Almost sounds like there is > some sort of read permissions error. Another possibility is that the relative file path being used in the code is failing to find the intended file because the current working directory of the script is not in the correct place. Try printing the output of File.expand_path for the file path to see if it resolves to the place you expect. -Jeremy