The 'ram' option to file:open/2 seems to implement some functionality I want: to treat a file in memory as if it's a file on disk to let a library support both disk and in-memory data concisely.
It doesn't look like this option is documented, but it's probably useful to many. It looks like it's used by at least erl_tar.
Can this become part of the documented API of the file module?
Cheers,
JD
_______________________________________________ erlang-questions mailing list erlang-q...@erlang.org http://erlang.org/mailman/listinfo/erlang-questions