I can't compile or use Sw_Racer anymore since this function was added.
There is also no reason to ever need this sort of function either.
When repacking files, we should just open the proposed out_modelblock.bin.xml ( #18 ) [I assume listFiles.xml has the same purpose?] and then repack all files which it mentions.
I don't see why we should ever have to scan a folder for files - I think this is bad software design and we should avoid Common::getFilesInFolder.
I can't compile or use Sw_Racer anymore since this function was added. There is also no reason to ever need this sort of function either.
When repacking files, we should just open the proposed out_modelblock.bin.xml ( #18 ) [I assume listFiles.xml has the same purpose?] and then repack all files which it mentions.
I don't see why we should ever have to scan a folder for files - I think this is bad software design and we should avoid
Common::getFilesInFolder
.