Hello, is there a way to display the contents of multiple folders in a single view/lister? Let's say I have something like;
(Each sub-folder contains a text files)
->Parent Directory
-->\Child01
--->file1.txt
-->\Child02
--->file2.txt
--->file3.txt
-->\Child03
--->file4.txt
If possible, the contents from the sub-folder Child01-Child03 would be combined in a single view so that I can view file1-file4.txt all at once. The only thing I can think of would be to use an advanced search on the parent directory to display all the text files, but that'd take ages.