czwartek, 3 kwietnia 2014

Directory.EnumerateFiles vs Directory.GetFiles

When you use EnumerateFiles, you can start enumerating the collection of names before the whole collection is returned;

When you use GetFiles, you must wait for the whole array of names to be returned before you can access the array. Therefore, when you are working with many files and directories, EnumerateFiles can be more efficient.

Brak komentarzy:

Prześlij komentarz