datoteka icon indicating copy to clipboard operation
datoteka copied to clipboard

documentation for `list-dir` is wrong

Open mgerlach-klick opened this issue 6 years ago • 1 comments

list-dir is not actually working recursively

mgerlach-klick avatar Aug 31 '18 01:08 mgerlach-klick

Maybe we can add something like this somewhere?

(defn list-dir-recursively [path]
  (tree-seq fs/directory? fs/list-dir path))

mgerlach-klick avatar Aug 31 '18 01:08 mgerlach-klick