bcpeinhardt / simplifile

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

delete_directory fails if the directory is not empty #10

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello!

How does one delete a directory that has contents?

Thanks, Louis

bcpeinhardt commented 1 year ago

There is now only the delete function, which deletes a file or recursively deletes a directory.

lpil commented 1 year ago

Oh very nice!