I need to load contents of all folders, their subfolders and so on under a specific folder. I would then save a reference to each into a dictionary, naming them according to their filepath. I’m using the BulkLoader.
I would prefer the program to do this dynamically, without having to create a separate XML or the like to specify the filepaths.
I woud greatly appreciate advice on how to do this. Thank you!