File info
-
Is there a way I can search a directory and read a file name and date created in C++??
-
Is there a way I can search a directory and read a file name and date created in C++??
FindFirstFile
/FindFirstFileEx
and friends
Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
George Orwell, "Keep the Aspidistra Flying", Opening words -
Is there a way I can search a directory and read a file name and date created in C++??
I am curious, what development environment are you using? That is basic information that was available to programmers before the advent of Windows (or other modern OSs).
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
-
Is there a way I can search a directory and read a file name and date created in C++??
See
CFileFind
Class.