From: Joel Pearson Date: 2013-01-30T23:23:34+09:00 Subject: Re: Dir.glob problem Dir.glob('*.*') gives you all the files in the current directory. You can put different paths / extensions on as you like. Documentation and loads of examples here: http://www.ruby-doc.org/core-1.9.3/Dir.html#method-c-glob -- Posted via http://www.ruby-forum.com/.