bcpeinhardt / simplifile

Simple file operations for Gleam that work on all targets (Erlang/Node/Deno)
71 stars 10 forks source link

Function for reading entries of a directory #2

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello! Could we get a function for reading the contents of a directory? It would be very handy!

bcpeinhardt commented 1 year ago

Can you clarify? Looking for an iterator over the files in a directory or something lower level?

bcpeinhardt commented 1 year ago

Lol I just saw the issue title xD yeah that's a great idea I can work on that :)

lpil commented 1 year ago

Just a list of the contents of a directory would be fab!

bcpeinhardt commented 1 year ago

This is published so I'm going to close this issue :)

lpil commented 1 year ago

Thank you!!