<div dir="ltr"><div>To make it easier to read your /etc/passwd:<br><br></div>filename:join(DocRoot, clean_from_double_dot(UserPath)).<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 24, 2013 at 7:27 PM, Dmitrii Dimandt <span dir="ltr"><<a href="mailto:dmitriid@gmail.com" target="_blank">dmitriid@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>What is the reason behind filename:join/1's behavior? From the docs:</div>
<div><br></div><div>Joins a list of file name Components with directory separators. If one of the elements of Components includes an absolute path, for example "/xxx", the preceding elements, if any, are removed from the result.<br>

</div><div><br></div><div>That is,</div><div><div>> filename:join(["/usr", "/local"]).</div><div>"/local"</div><div>> filename:join(["/usr", "local"]).</div>
<div>"/usr/local"</div><div><br></div><div><br></div><div>Why? :)</div><div><br></div><div><br></div></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>