Click to See Complete Forum and Search --> : Find File functionality?


wnc
April 16th, 1999, 07:45 PM
How can i have my app look for a file anywhere on local drives (like programs that look for old versions do). Is there a function or class that has this kind of functionality?

Daniel Levine
April 16th, 1999, 09:25 PM
Hi,

Yes, there is a class that allows you to search for files. It is CFileFind. To use, I suggest looking it up in the help file.

Daniel.