Kishor Kumar
Kishor Kumar

Reputation: 543

File browsing application in vc++

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

Answers (1)

naivnomore
naivnomore

Reputation: 1319

FindFirstFile & FindNextFile windows APIs are your friends.

Upvotes: 1

Related Questions