API for list of files in the folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

What API sequence do I need to use to get list of files in the given folder

Thanks for help
Leonid
 
Leonid said:
What API sequence do I need to use to get list of files in the given
folder?

FindFirstFile(), FindNextFile(),FindClose().

Regards.
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top