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
 
Back
Top