From: Jano Svitok Date: 2007-05-05T05:47:39+09:00 Subject: Re: Loop through files in a directory On 5/4/07, Ben Johnson wrote: > I know this is a nub question, but the documentation on ruby is > terrible. > > How do I loop through all of the files in a directory? > > Thanks for your help. > > -- > Posted via http://www.ruby-forum.com/. Have a look at Find.find and Dir.each.