globbing function #865
-
|
Hi to all, os/dir accepts only a directory path and and I can't find anything like this in spork. Thank you for the amazing job! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I don't know of a built-in option. Don't know if it would be helpful for your use case, but IIUC there is a |
Beta Was this translation helpful? Give feedback.
-
|
I also wrote a peg based glob, it is probably missing some functionality, but might be a good thing to look at: https://github.com/andrewchambers/janet-glob |
Beta Was this translation helpful? Give feedback.
I also wrote a peg based glob, it is probably missing some functionality, but might be a good thing to look at: https://github.com/andrewchambers/janet-glob