fd() = file:io_device()
file() = string()
| read/1 | |
| with_fd/2 | |
| with_fds/2 | |
| with_temp_dir/1 | |
| with_temp_dir/2 | |
| with_temp_dirs/2 | |
| with_temp_fd/1 | |
| with_temp_fd/2 | |
| with_temp_fds/2 | |
| with_temp_file/1 | |
| with_temp_file/2 | |
| with_temp_files/2 | |
| write/2 |
read(File::file()) -> term() | undefined
with_temp_dir(F::fun((file()) -> A)) -> A
with_temp_dir(Prefix, F) -> any()
with_temp_fd(Prefix, F) -> any()
with_temp_file(F::fun((file()) -> A)) -> A
with_temp_file(Prefix, F) -> any()
write(File::file(), Term::term()) -> term()
Generated by EDoc, Mar 14 2025, 16:51:43.