Listing files in a folder
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Can anybody indicate me to code that lists the content of a directory on a FAT32 drive? I'm not using MFC...
See
FindFirstFile()
[^] andFindNextFile()
[^]. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com -
Can anybody indicate me to code that lists the content of a directory on a FAT32 drive? I'm not using MFC...