Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alias for simple sub-directory listing #1710

Closed
patridge opened this issue Jul 31, 2017 · 1 comment
Closed

Add alias for simple sub-directory listing #1710

patridge opened this issue Jul 31, 2017 · 1 comment
Labels
Milestone

Comments

@patridge
Copy link
Contributor

Rather than having to learn anything about the pattern syntax used in GlobbingAliases various methods (including its own GetDirectories method that can be used to similar effect with the right pattern), it seems like it would be nice to have a simplified method for getting a list of all sub-directories in any given DirectoryPath.

Goal syntax:

var directories = GetSubDirectories(someDirectoryPath);

Chat discussion start (approved for issue/PR)

@devlead devlead added the Feature label Aug 1, 2017
@devlead devlead added this to the v0.22.0 milestone Aug 1, 2017
@devlead
Copy link
Member

devlead commented Aug 1, 2017

Fixed by #1711

@devlead devlead closed this as completed Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants