Skip to content

Conversation

@BillWagner
Copy link
Member

Fixes #11744

The algorithm isn't really "recursive" because the GetDirectories will return all sub-directories, at any level from teh current directory. Therefore, the later calls to Search all search only for files.

Update the comment to better reflect that.

Fixes #11744

The algorithm isn't really "recursive" because the `GetDirectories` will return all sub-directories, at any level from teh current directory. Therefore, the later calls to `Search` all search only for files.

Update the comment to better reflect that.
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left a comment for you to consider. You can merge when you're ready, @BillWagner.

@BillWagner BillWagner merged commit d63dd0e into dotnet:master Apr 25, 2019
@BillWagner BillWagner deleted the update-event-comment branch April 26, 2019 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants