Re: FindFirstFile, how much faster than FindNextFile?

From: John Doe (jdoe_at_usenet.is.the.real.thing.com)
Date: 02/11/05


Date: Fri, 11 Feb 2005 23:39:23 GMT

Joseph M. Newcomer <newcomer@flounder.com> wrote:

...
>and you don't need something as silly as 50 cases to handle a
>trivial problem.

It's beginning to sink in.

>Just an array of 50 strings!

I just make the substring, probably using information I asked for
in another/earlier post, and search for that substring. There is no
need to use the switch statement or find next file.

I realize that some of the other information you provided probably
is useful too.

Thank you.



Relevant Pages