D
Don Gollahon
How can I find a file in .NET? I know I can use Directory.GetFiles()
with a path and mask like '*.txt' but our directories in production can
have 10's of thousands of files. I just want to get the first match to
the mask quickly without having to fill a huge array.
VS 2003, .NET 1.1.
Thanks.
with a path and mask like '*.txt' but our directories in production can
have 10's of thousands of files. I just want to get the first match to
the mask quickly without having to fill a huge array.
VS 2003, .NET 1.1.
Thanks.