Comment Re:Take me back (Score 1) 100
I wrote a file searching utility in C++ about 30 years ago. About 15 years ago I ported it to Python and found it to be faster than using the Windows directory enumeration APIs, and I've been using that ever since. It just searches filenames, but that's all I need.