From: Tj Superfly Date: 2007-10-18T06:05:29+09:00 Subject: Re: Mind giving a little help? Thanks for adding the comments in there Ben, I just read through them all and saw things I didn't see before when it was all just code. Anyway, I believe the program is having problems locating/reading the file. Error Message: (I'm running this in SciTE) code_url.rb:58:in `foreach': No such file or directory - urls.txt (Errno::ENOENT) from code_url.rb:58 from code_url.rb:54:in `open' from code_url.rb:54 ---- From my knowledge, the error is saying it can't find the file. I tried putting the direct "url" of the txt document in there an it still wouldn't work and such. I moved the text files around to different places, and still no. Am I diagnosing the problem correctly? -- Posted via http://www.ruby-forum.com/.