Build a Simple Find in Files Function

Originally published at: Build a Simple Find in Files Function – Xojo Programming Blog

Sooner or later most apps need some version of the ability to find text in those files, whether you’re scanning log files, config files, exported data, or source code. In this post, we’ll build a simple Find in Files utility in Xojo that: searches the files in a folder reads each file line by line…

3 Likes