From: Phlip Date: 2009-03-09T12:08:18+09:00 Subject: Re: I code my first ruby script, and it got problem! Pe単a wrote: > # if File.exist?("#{@dirname}") > > try, > > if File.directory? @dirname Might @dirname be nil ? That was the only reason I could think for the string masher. @dirname.to_s has the same powers...