<div dir="ltr">On Mon, May 20, 2013 at 1:45 PM, Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">6> file:list_dir("nosuchfile").<br>
{error,enotdir}<br>
<br>
I think to use file:read_link_info/1 to establish the existence of the<br>
file/directory.<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div style>Why?</div><div style><br></div><div style>If file:list_dir(Name) returns {error,enotdir}, it means that</div><div style>there exists a file named Name (but it is not a directory).</div>
<div style><br></div><div style>If no such file exists, the return value will be {error,enoent}.</div><div style><br></div><div style>In what situation would it be useful to call</div><div style>file:read_link_info/1?<br>
</div></div><div><br></div>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB
</div></div>