<div class="gmail_quote">On Mon, Jun 13, 2011 at 08:42, Vinay Sajip <span dir="ltr">&lt;<a href="mailto:vinay_sajip@yahoo.co.uk">vinay_sajip@yahoo.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Nick Coghlan &lt;ncoghlan &lt;at&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; writes:<br>
<br>
</div><div class="im">&gt; You should be able to use symlinks even on Windows these days<br>
&gt; (although granted they won&#39;t on portable media that uses a non-symlink<br>
&gt; friendly filesystem, regardless of OS).<br>
<br>
</div>Plus I&#39;m not sure Windows XP supports true symlinks - I think you have to make<br>
do with &quot;junctions&quot; a.k.a. &quot;reparse points&quot; which are more shambolic than<br>
symbolic ;-) I know symlinks are available on Vista, Windows Server 2008 and<br>
later, but XP is still very common.</blockquote><div><br></div><div>I don&#39;t think we have any stdlib support for junctions, although we could certainly add it. In 3.2 we added symlink support for files and directories, which as you say is a Vista and beyond feature.</div>
</div>