I have the following structure:
Main folder
- Folder A
-- Sub Folder AA
--- Sub Folder AAA
----- Files
--- Sub Folder AAB
----- Files
-- Sub Folder AB
--- Sub Folder ABA
---- Sub Folder ABAA
------ Files
--- Sub Folder ABB
------ Files
I would like to get the list of AAA AAB ABAA ABB , the order is not important.
Is there any efficient way to do it?