List of files in a directory
-
-
In my app I need to right a function to search through all the files in a directory for a particular statement. Is there a way my program can retrieve a list of the files in a directory so that I can step through that list and open one at a time? Danny
-
Here Is one more Implementation of CFileFind:- http://www.codeproject.com/file/cfilefinderex.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
In my app I need to right a function to search through all the files in a directory for a particular statement. Is there a way my program can retrieve a list of the files in a directory so that I can step through that list and open one at a time? Danny