bcpeinhardt / simplifile

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

Create file function #7

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello!

A function to create a new file, erroring if the file already exists. 🙏

Thank you!

bcpeinhardt commented 1 year ago

This function exists now, it's called create_file.