The `raw` option, which bypasses the Erlang file server, is used in [some write operations](https://github.com/bcpeinhardt/simplifile/blob/main/src/simplifile_erl.erl#L106) Erlang FFI calls but not others, like [read](https://github.com/bcpeinhardt/simplifile/blob/main/src/simplifile_erl.erl#L101) and [read_file_info](read_file_info). Would you accept a PR to make all `file:*` calls raw to avoid the Erlang file server?
The
rawoption, which bypasses the Erlang file server, is used in some write operations Erlang FFI calls but not others, like read and read_file_info.Would you accept a PR to make all
file:*calls raw to avoid the Erlang file server?