finding files inside folder
-
hi, how do i get the information of the files present inside a folder,that is the list of the files. Regards FarPointer
-
hi, how do i get the information of the files present inside a folder,that is the list of the files. Regards FarPointer
See
FindFirstFile
,FindNextFile
, andFindClose
. Dozens of code examples in articles and comments in this forum already answer this question :sigh: -
See
FindFirstFile
,FindNextFile
, andFindClose
. Dozens of code examples in articles and comments in this forum already answer this question :sigh: -
In continuation with Blake V Miller u can use
CFileFind, CFileFind::FindFile ,CFileFind::FindNextFile
well thanx i did it using those functins .
-
well thanx i did it using those functins .
Try Tom Serface CFileFindEx[^]
"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