bcpeinhardt / simplifile

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

Files to set permissions #17

Closed lpil closed 8 months ago

lpil commented 8 months ago

Hello!

I'd like to be able to change the permissions of files, namely I want to make a file executable. Could this library do this?

Thanks, Louis

bcpeinhardt commented 8 months ago

Yeah that seems super reasonable. I'll take a look when I have the chance!

bcpeinhardt commented 8 months ago

v1.1.0 has set_permissions and set_permissions_octal :)