Click here to Skip to main content
15,888,802 members
Articles / Desktop Programming / MFC

FindFile Class for Windows Projects

Rate me:
Please Sign up or sign in to vote.
4.80/5 (27 votes)
12 Jan 20042 min read 175.4K   2.4K   48  
This class is intended to alleviate the task of finding files and folders in a directory with options such as search filters; exclude file filters, exclude directory filters
I decided to write my own code to search for files and directories, make it IDE independent and add some useful features. The result of my efforts is FindFile, the details of which have been given in this article.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions