I want to create multiple files in a directory, within their subfolders but can't seem to think it through. In the picture below, what I want it to do is look within the main directory (in this case "File Location"), then go to the sub folder, then into the next subfolder within it and if the folder does not exist will create it.
So the path would be: "File Location\2015\15-01"
and it will look for a sub folder called "Hello"
and if it doesn't exist it would create that folder, and then loop through all the sub folders within "File Location"
.
How would I create this via c#?