01-06-22 01:49 AM
01-06-22 02:15 AM
01-06-22 07:31 AM
aFiles = oDirectory.GetFiles(sPattern.Trim, SearchOption.AllDirectories)
With the argument "SearchOption.AllDirectories" you will get all the files in all subdirectories from the root folder.
Hope this helps you!
See you in the Community, bye 🙂