Listing files from a dir
C / C++ / MFC
6
Posts
4
Posters
0
Views
1
Watching
-
Hy everybody!:-D I'm trying to make my app list all files that have in one directory into strings... but I'm losing time... does anyone know a easy way to do that? :confused: thanks a lot! ;) cheers!
FindFirstFile, FindNextFile until it returns FALSE, FindClose. Stability. What an interesting concept. -- Chris Maunder
-
Hy everybody!:-D I'm trying to make my app list all files that have in one directory into strings... but I'm losing time... does anyone know a easy way to do that? :confused: thanks a lot! ;) cheers!
Have a look at
CFileFind
. -
FindFirstFile, FindNextFile until it returns FALSE, FindClose. Stability. What an interesting concept. -- Chris Maunder
-
Have a look at
CFileFind
.