Austin Ziegler wrote: > >> ENOENT is the Unix error, not Ruby's. So, what is the exception for a >> missing file on IO.foreach, and how in general can I get a list of >> exceptions or find out which is the right one to use? > > Try rescuing Errno::ENOENT. > Doh! Thanks Graham -- With Linux, the answer's always "Yes"