Hello,
I'm working on a program and I'de like to build a fairly specific process... here are the details:
I want to do a recursive scan of a drive (say the C: drive) and place all of filenames found in a Tstring list or something of that nature. I'm not sure of the StringList would even handle such operation..
I also have concerns about resource usuage since this porcess can't really hog the computer when its running..
Any thoughts?
Thanks,
Kevin
I'm working on a program and I'de like to build a fairly specific process... here are the details:
I want to do a recursive scan of a drive (say the C: drive) and place all of filenames found in a Tstring list or something of that nature. I'm not sure of the StringList would even handle such operation..
I also have concerns about resource usuage since this porcess can't really hog the computer when its running..
Any thoughts?
Thanks,
Kevin