-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
glob like functionality would be handy #122
Comments
I like this idea.. I also think it'd be very useful. Are you thinking that such functionality would be just used to return a list of files? For instance:
|
@perry-mitchell yes, exactly |
@tansaku Any opinion on the function name? I was thinking along the following lines, but don't have a hard opinion on the subject as of yet:
|
@perry-mitchell I guess I'd go for glob, although it's not wonderfully self-explanatory https://en.wikipedia.org/wiki/Glob_(programming) one can always have additional alternative function names that map to the same thing. |
Yeah in that way I'd personally opt for |
something like there are various linters that push we away from using the get prefix, but |
I hear you.. Is At least we agree that this function would be super helpful, regardless of what the name may be. |
|
Released in 2.6.0. I converted |
on a local file system one can use a library like glob to get all the files matching a particular pattern
https://github.com/isaacs/node-glob#readme
being able to do over webdav would be handy, although clearly some patterns could be very time consuming to match ...
The text was updated successfully, but these errors were encountered: