c++ Programming Glossary: bstopwhenfound
Recursive hard disk search with FindFirstFile & FindNextFile C++ http://stackoverflow.com/questions/15068475/recursive-hard-disk-search-with-findfirstfile-findnextfile-c const String strFilePath const bool bRecursive const bool bStopWhenFound const HANDLE hFile WIN32_FIND_DATA file hFile FindFirstFile.. SearchDrive strFile strNewFilePath bRecursive bStopWhenFound else if strTheNameOfTheFile strFile strFoundFilePath strFilePath.. strFoundFilePath strFile TODO ADD TO COLLECTION TYPE if bStopWhenFound break CloseHandle hFile return strFoundFilePath c winapi..
|