Refactor|FileSys: Began work on unravelling FileDirectory auto population
Implemented FS::findAllPaths() to replace the FS::allResourcePaths() iteration mechanism. findAllPaths() fills a FS::PathList with all (absolute) paths which match the search criteria.
Made use of FS::findAllPaths() in FileDirectory for auto-population.
Refactor|FileSys: Began work on unravelling FileDirectory auto population
Implemented FS::findAllPaths() to replace the FS::allResourcePaths()
iteration mechanism. findAllPaths() fills a FS::PathList with all
(absolute) paths which match the search criteria.
Made use of FS::findAllPaths() in FileDirectory for auto-population.