Hi,
I am just writing an example application which will traverse through all the files available in system and display it to the screen.
For example you can say as its scanning the directories but it should show the file name on the screen its going through. I can use CDirScan and TFindFile but the problem is how to show it on the screen one by one. Should I store file names in an array and than display it but than my array size will be too big if my system contains thousand of file. Please tell me and efficient way to do this.
If anyone has any idea please let me know. It will be great if I can get some code snippets.
Thanks a lot in advance.
Cheers,
Adi




