C
CJ Taylor
Hey Everyone,
Sorry haven't been around to answer questions as much as usual (or at all
for that matter) just been engrossed in a project. Anyways, dealing with an
issue using DirectoryInfo.GetFiles wondering if anyone had the same issues
I built my function to get the files, using a searchPattern filter (*.tif)
in which case I have about a gig of files in this directory (about 5000
files) and using getFiles is slower than anything I have ever seen. There
isn't a standard Async invoke on it so I was wondering if anyone else got
around this problem using the .NET Framework.
Basically it takes about 2 minutes to read dir info.
Thanks,
CJ
Sorry haven't been around to answer questions as much as usual (or at all
for that matter) just been engrossed in a project. Anyways, dealing with an
issue using DirectoryInfo.GetFiles wondering if anyone had the same issues
I built my function to get the files, using a searchPattern filter (*.tif)
in which case I have about a gig of files in this directory (about 5000
files) and using getFiles is slower than anything I have ever seen. There
isn't a standard Async invoke on it so I was wondering if anyone else got
around this problem using the .NET Framework.
Basically it takes about 2 minutes to read dir info.
Thanks,
CJ