I have a folder_X that has multiple subfolders within it. I need to execute my code on all of the files within the subfolder, while keeping them in their respective folders.
I have tried glob and os.walk but can't get either to work
I have a folder_X that has multiple subfolders within it. I need to execute my code on all of the files within the subfolder, while keeping them in their respective folders.
I have tried glob and os.walk but can't get either to work