jodleren said:
this way
dim folderlist()
set fso2 = CreateObject("Scripting.FileSystemObject")
<code snipped>
Right, so you're using the FileSystemObject. I noticed your reply about
IXSSO (by the way, I'd suggest if you want to find additional help with this
that you at least consider using Google, you might not like it but it's a
good way to find far more than ATW indexes), it will work with a network
share if the server on which the share is located has the indexing service
running.
Other than that, all I can suggest is that you use the FindFile API and
create your own COM DLL. There is sample code here:
http://support.microsoft.com/kb/185476
although you'll need to strip it down a bit.
I have a small app that uses the FindFile API to search the image folders
that are shared by all the web sites I run, and it will rattle through
almost 3 million files spread across almost 100,000 folders in less than a
minute (actual file size is irrelevant as for a simple search on filename
the APIs will simply use the MFT), but if you feel the need to draw a
comparison this is 55.6GB of data).