Click here to Skip to main content
15,895,709 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.8K   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.

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 17-Aug-20 0:25 Available Deeksha Shenoy
Updates in content. Changes: 259
1 No 12-Jan-04 18:00 Available Nish Nishant

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