Reputation: 543
I'm building an application in vc++. Here I want to browse my file system and select some file. Can anybody tell me how to do? Thank you.
Upvotes: 0
Views: 112
Reputation: 1319
FindFirstFile & FindNextFile windows APIs are your friends.
Upvotes: 1