ironfelix717
Registered User.
- Local time
- Today, 16:39
- Joined
- Sep 20, 2019
- Messages
- 193
Hi,
Before I write my own nested nested nested loop, surely someone has something out there already....
I need to list all the files in a single 'base' folder, which includes subfolders of the base folder. and subfolders of the subfolder's subfolders. The nesting of the subfolders is assumed to be unkown, therefore, I need code that can adapt to the very bottom level of each sub-sub-sub-sub...folder.
You get the idea.. ( i think ).
All the examples i've seen go to 2 or 3 tiers down, but don't seem to be recursive to search at the very bottom level of a folder.
Other info: If necessary, we can assume practically that the maximum "nesting" is 4 tiers of subfolders below the root.
Thanks
Before I write my own nested nested nested loop, surely someone has something out there already....
I need to list all the files in a single 'base' folder, which includes subfolders of the base folder. and subfolders of the subfolder's subfolders. The nesting of the subfolders is assumed to be unkown, therefore, I need code that can adapt to the very bottom level of each sub-sub-sub-sub...folder.
You get the idea.. ( i think ).
All the examples i've seen go to 2 or 3 tiers down, but don't seem to be recursive to search at the very bottom level of a folder.
Other info: If necessary, we can assume practically that the maximum "nesting" is 4 tiers of subfolders below the root.
Thanks