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

Globs starting with / should match all files on the current drive on Windows #9

Open
nex3 opened this issue Jun 8, 2017 · 0 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Jun 8, 2017

On Windows, the path /foo/bar (or equivalently \foo\bar) matches the path foo\bar relative to the current drive root. Globs should support this behavior when matching and when listing—so for example, /** should list all files on the current drive.

See #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant