MFC Date option
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to get files list created,modified and last accessed on the basis of dates(i.e between 2 dates).How Can I do that. Drushti
Use the CFileFind class to iterate through all the files in a specified folder (or subfolders, if you use recursion). From there you can get all the necessary file info for each file it iterates through. while(true) { TryToLearn("C++,MFC"); } My articles[^] bdiamond :zzz: