Hey I am wondering if it is possibel to get all folder(s) and all files with a specific extension
like .lua
Example
source/**/shared/*.lua
But this is not working with io.popen('dir "source/**/shared" /b /ad')
to list all folders in shared.
I don't know if is possibel Thanks in advance Neo