Originally published at: Build a Threaded Find in Files Solution – Xojo Programming Blog
In our previous posts, we built a utility to find text inside files within a single folder, and then added recursion to crawl subfolders. But if you ran that code on a large directory, like your entire Documents folder, you probably noticed two big problems: The UI froze completely until the search finished. If the folder tree…
4 Likes