T
ThisBytes5
Is there a built in way in .net to retrieve all the files in a
directory one at a time? I have to process a bunch of files serially
and there can be more than 100K files in the dir. I am trying to avoid
FileInfo[] or System.IO.Directory.GetCurrentDirectory() as I don't
want all the info loaded into memory at once.
Previously I would just use FindFirst and Findnext
Thanks
Wayne
directory one at a time? I have to process a bunch of files serially
and there can be more than 100K files in the dir. I am trying to avoid
FileInfo[] or System.IO.Directory.GetCurrentDirectory() as I don't
want all the info loaded into memory at once.
Previously I would just use FindFirst and Findnext
Thanks
Wayne