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?
Printable View
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?
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.