Does anyone know how I can search directories until I find the file I am looking for and then return that file's path in C++? I looked in direct.h but didn't find anything.
Dear psnead,<br><br>If your working in Win32 look at the API's FindFirstFile() etc. If your woring with MFC check out the class CFileFind.<br><br>Good luck<br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.