I am trying to write a program in Julia that given a starting folder, will loop through all sub folders such that I can open and get the contents out of all the files in the sub folders. How can I do this in Julia ?
Ideally the code would allow for an unspecified folder depth in case I don’t know it ahead of time.