<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 26, 2014 at 7:37 AM, Hans Bolinder <span dir="ltr"><<a href="mailto:hans.bolinder@ericsson.com" target="_blank">hans.bolinder@ericsson.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">Hi,<br>
<br>
[Steve Vinoski]:<div class=""><br>
>  The io man page defines the device() type as follows:<br>
>      device() = atom() | pid()<br>
><br>
>      An IO device. Either standard_io, standard_error, a registered<br>
>      name, or a pid handling IO protocols (returned from file:open/2).<br>
><br>
>    But this is incomplete, since file:open/2 can also return an<br>
>    instance of a file_descriptor record.<br>
><br>
> Also meant to add that there are functions in the io module that take<br>
> device() type parameters but do not handle file_descriptor records.<br>
<br></div>
If file:open() is called with the 'raw' option a file_descriptor<br>
record is returned. It cannot be used with the io module.<br>
<br>
I'm not sure, but perhaps you've confused the types io:device() and<br>
file:io_device() with each other?<br></div></div></blockquote><div><br></div><div>Yes, I did. My mistake, apologies for the noise.</div><div><br></div><div>--steve </div></div></div></div>