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
Foundation: avoid unnecessary disk IO on windows file enumeration
Prefer to use the `hasDirectoryPath` ivar on the URL which should be
properly populated when populating the stack. The one special case is
when we first initialise the enumerator, where we can assume that we are
given a directory path.
0 commit comments