I have seen several posts in the forum about using the For Each File in FileList paradigm to retrieve subfolder names. However, I think most of the examples I have seen are parsing for a known number of subfolder hierarchy levels and consistency in the number of levels. I have an application with an unknown number of hierarchy levels and inconsistency between subfolders.
c:\Root\
SubLevel1
NextLevel1A
NextLevel1A-A
abc.csv
def.csv
NextLevel1B
xyz.csv
SubLevel2
NextLevel2A
123,csv
Any suggestions for recursion to the lowest level?