Skip navigation.

Build a list of all files in a directory structure in Ruby

Build a list of all files in a directory structure in Ruby

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 [...]