<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 24, 2014 at 11:00 AM, Wolfgang Maier <span dir="ltr"><<a href="mailto:wolfgang.maier@biologie.uni-freiburg.de" target="_blank">wolfgang.maier@biologie.uni-freiburg.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">As it stands, the pathlib module is only provisional plus, IMO, kind of overkill for a simple task like that.</blockquote>

</div><br><a href="https://docs.python.org/3/library/pathlib.html">https://docs.python.org/3/library/pathlib.html</a><br><br></div><div class="gmail_extra">The pathlib module is "<i>New in version 3.4"</i>. There's an implementation for previous versions of Python in PyPi.<br>

<br><a href="https://pypi.python.org/pypi/pathlib">https://pypi.python.org/pypi/pathlib</a><br><br></div><div class="gmail_extra">The pathlib module is not overkill, as it provides the same functionality as os.path, but in a more OO and syntactically simpler form:<br>

</div><div class="gmail_extra"><br></div><div style="margin-left:40px" class="gmail_extra">(configpath / filepath).resolve()<br clear="all"></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,<br><br>

</div><div class="gmail_extra">-- <br><span style="color:rgb(0,102,0)">Juancarlo </span><b style="color:rgb(0,102,0)">AƱez</b>
</div></div>