Hi all,

I work with document imaging software which requires me to write a great deal of custom code. The one issue I have always had is working with a large numbers of files. Currently in a folder I have a total of 38,124 files. I have a need to write each of the filenames to a file. This is all easy enough stuff, but it is -very- slow and seems to have memory leaks etc. I am using the FSO to do this.

Does anyone know of a fast way to access massive numbers of files?

Many thanks,

Darren Bridle