list-dirs
function
babashka.fs/list-dirs
(list-dirs [dirs glob-or-accept])Similar to list-dir but accepts multiple roots in `dirs` and returns the concatenated results.
- `glob-or-accept` - a glob string such as `"*.edn"` or a `(fn accept [^java.nio.file.Path p]) -> truthy`
Examples
No examples yet. Be the first to add one!