Are you writing a program and need to know how to search for a specific file name? After searching around at msdn.microsoft.com and some trial and error I can show you how. I will be using FindFirstFile and FindNextFile to do my search.
Are you writing a program and need to know how to search for a specific file name? After searching around at msdn.microsoft.com and some trial and error I can show you how. I will be using FindFirstFile and FindNextFile to do my search.