P
Paul
I have some code that recursively searches through a root directory on
another machine for a single directory with a particular name. It works as
expected but given the large size of the structure it takes on average about
7 seconds. If I use Explorer instead, the whole search takes 12 seconds, but
the result I'm looking for always pops up almost instantly.
I'd really like to be able to return the first search hit in less than a
second in my own app. Is it even possible to hook into whatever trick
Windows is using to be that fast?
Paul
another machine for a single directory with a particular name. It works as
expected but given the large size of the structure it takes on average about
7 seconds. If I use Explorer instead, the whole search takes 12 seconds, but
the result I'm looking for always pops up almost instantly.
I'd really like to be able to return the first search hit in less than a
second in my own app. Is it even possible to hook into whatever trick
Windows is using to be that fast?
Paul