You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetDirectories and GetFiles are implemented using Linq ToArray and an internal method IEnumerable<string> InternalEnumeratePaths, so there is no gain in avoiding the EnumerateDirectories/EnumerateFiles methods.
Tracking issue.
GetDirectoriesandGetFilesare implemented using LinqToArrayand an internal methodIEnumerable<string> InternalEnumeratePaths, so there is no gain in avoiding theEnumerateDirectories/EnumerateFilesmethods.