Need to search an entire folder tree for text without writing messy recursive code yourself? This utility adds maxDepth control, clean separation of search and traversal, and method overloading so the simple one-folder version still works. Drop it in a module and search up to any depth — or everything with -1.
blog.xojo.com/2026/05/04/bui…#Xojo#FileSearch#Recursion#CodeUtility