Greg,

What's the significance of these? I thought all of these was already
accessible with a simple LINQ query, What am I missing ?

Regards

Arjang

On 2 October 2011 11:39, Greg Keogh <[email protected]> wrote:
> Folks, I just found by accident that the following methods were added in
> Framework 4. They slipped in without any advertising that I saw:
>
>
>
> DirectoryInfo.EnumerateDirectories
>
> DirectoryInfo.EnumerateFiles
>
> DirectoryInfo.EnumerateFileSystemInfos
>
>
>
> These solve the miserable old problem with previous versions where you would
> block while the collections of results were loaded. I’m going to rejig some
> code and apps right now to take advantage of this.
>
>
>
> Cheers,
>
> Greg
>
>
>
>

Reply via email to