From: James Britt Date: 2009-07-16T12:36:36+09:00 Subject: Re: Parse Word/HTML Docs for database inserts Dylan wrote: > I'm not able to help with the parsing, but if you want to check all > files in a folder you can use this: > > $all_files = [] > Dir.chdir dir do > $all_files += Dir["*"] > end Might not Find be more useful overall? http://www.ruby-doc.org/stdlib/libdoc/find/rdoc/classes/Find.html -- James Britt www.jamesbritt.com - Playing with Better Toys www.ruby-doc.org - Ruby Help & Documentation www.rubystuff.com - The Ruby Store for Ruby Stuff www.neurogami.com - Smart application development