bcpeinhardt / simplifile

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

Function for checking if a file exists #4

Closed lpil closed 1 year ago

lpil commented 1 year ago

To match is_directory. This would be very handy! Thank you

bcpeinhardt commented 1 year ago

Great idea, will add it soon (like, probably today)

bcpeinhardt commented 1 year ago

This function exists now and is called is_file to match is_directory.

lpil commented 1 year ago

Wicked!