Click to See Complete Forum and Search --> : Reading contents of a directory


Zenmaster
April 24th, 1999, 02:16 PM
Hi,
I'm looking for a way to read the contents of a directory into memory without displaying those conents in a dialog. If anyone knows how to do this please help.

Roger Osborn
April 24th, 1999, 02:20 PM
Have a look at FindFirstFile or FindFirstFileEx and FindNextFile functions.

Cheers,
Roger