I am creating a recipe search for my wife: she has hundreds of recipes, all in different txt files. Is there a way of reading in more than one file? I have a folder with all of the recipe files in it and would like to run a loop to create an object of each recipe.

Can you loop through a folder to read all the files?