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.
Printable View
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.
Have a look at FindFirstFile or FindFirstFileEx and FindNextFile functions.
Cheers,
Roger