GK
Size: a a a
GK
DR
DR
V
20> file:open("", [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.7>}}
21> file:open(<<>>, [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.8>}}
22> file:open(<<>>, [write, read, ram, binary, raw]).
{error,enoent}
23> file:open(<<123>>, [write, read, ram, binary, raw]).
{ok,{file_descriptor,prim_file,
#{handle => #Ref<0.1565414176.3296067618.167334>,
owner => <0.101.0>,r_ahead_size => 0,
r_buffer => #Ref<0.1565414176.3296067587.167764>}}}
AP
V
DZ
20> file:open("", [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.7>}}
21> file:open(<<>>, [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.8>}}
22> file:open(<<>>, [write, read, ram, binary, raw]).
{error,enoent}
23> file:open(<<123>>, [write, read, ram, binary, raw]).
{ok,{file_descriptor,prim_file,
#{handle => #Ref<0.1565414176.3296067618.167334>,
owner => <0.101.0>,r_ahead_size => 0,
r_buffer => #Ref<0.1565414176.3296067587.167764>}}}
DZ
DZ
DZ
{
на дискеDZ
AB
SP
VS
20> file:open("", [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.7>}}
21> file:open(<<>>, [write, read, ram, binary]).
{ok,{file_descriptor,ram_file,#Port<0.8>}}
22> file:open(<<>>, [write, read, ram, binary, raw]).
{error,enoent}
23> file:open(<<123>>, [write, read, ram, binary, raw]).
{ok,{file_descriptor,prim_file,
#{handle => #Ref<0.1565414176.3296067618.167334>,
owner => <0.101.0>,r_ahead_size => 0,
r_buffer => #Ref<0.1565414176.3296067587.167764>}}}
VS
AB
VS
rebar
, где путями lib
можно былоV
SP
SP