Build a list of all files in a directory structure in Ruby
Build a list of all files in a directory structure in Ruby
Submitted by Mike Kelly on Fri, 25/01/2008 - 22:09.When testing web services it’s often nice to be able to process a set of XML files. In other automation it can be nice to process batches of files as well. For some reason I can never find the following code when I need it and I always have to re-code it from scratch. That’s [...]
