Fork me on GitHub
#joker
<
2020-03-31
>
Nero Vanbiervliet18:03:38

Hi guys, I saw that file-seq is not yet implemented. Is there a workaround to still list files in a directory?

👍 4
jcburley23:03:26

There’s joker.os/ls, but that doesn’t return a tree, just a flat listing, so you’d need to wrap it with a tree-walking function: https://candid82.github.io/joker/joker.os.html#ls

Nero Vanbiervliet07:04:25

Perfect, thanks a lot!

👍 4