Originally published at: https://blog.xojo.com/2026/05/04/build-a-recursive-find-in-files-function/
In the previous post, we built a utility to find text inside files within a single folder. Today we’re upgrading that utility to support recursive searching with depth control. We’ll also refactor the code to keep it maintainable as it gets more complex. The Goal We want to: Search through subfolders automatically. Add a maxDepth parameter so we…
1 Like