Jun 5, 2006 #1 goodbirds Programmer Joined Jun 5, 2006 Messages 1 Location IT Hi, can anyone tell me how to develop a scan dir main loop on windows enviroment using visual C++? Indeed, I need to find all file names inside a directory/foulder and its properties.
Hi, can anyone tell me how to develop a scan dir main loop on windows enviroment using visual C++? Indeed, I need to find all file names inside a directory/foulder and its properties.
Jun 5, 2006 1 #2 cpjust Programmer Joined Sep 23, 2003 Messages 2,132 Location US Use FindFirstFile() & FindNextFile(). Upvote 0 Downvote