FileFinder

Multi-threaded file finder
Download

FileFinder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Arjun Guha
  • Publisher web site:
  • http://www.codeproject.com/Members/sultan-of-6string
  • Operating Systems:
  • Windows All
  • File Size:
  • 14 KB

FileFinder Tags


FileFinder Description

This little tool will allow you to search a directory tree for files using a worker thread, keeping the main app. usable. FileFinder uses a class named CFileFinder.The CFileFinder class searches a directory tree for files and adds their full paths to a CStringList object (my own class, included with the source). It is built in 'pure Windows'--no MFC--with just a few classes of my own. The main feature of CFileFinder is that it uses a worker thread to find the files. File finding can take quite a while, so this lets the main program remains responsive to the user. By means of a callback function, the main program can continuously update a file list. Furthermore, CFileFinder can be halted at any time by calling CFileFinder::Stop().


FileFinder Related Software