<div class="gmail_quote">On Fri, Apr 1, 2011 at 20:32, Vernon Cole <span dir="ltr"><<a href="mailto:vernondcole@gmail.com">vernondcole@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 class="im">Just to make sure we are all on the same page here, the original post said:<br>
>>>><br>
>>>> I've been trying to find a solution for creating Symbolic Links via<br>
</div>>>>> IronPython scripting, [...snip...]<br>
<div class="im">>>>> [Interop.DllImport("kernel32.dll", EntryPoint="CreateSymbolicLinkW",<br>
>>>> CharSet=Interop.CharSet.Unicode)] public static extern int<br>
>>>> CreateSymbolicLink(string lpSymlinkFileName, string lpTargetFileName,<br>
>>>> int<br>
>>>> dwFlags);<br>
>>>><br>
</div>Are we talking about making a Windows version of the standard library routine:<br>
>os.symlink(source, link_name)<br>
>Create a symbolic link pointing to source named link_name.<br>
><br>
>Availability: Unix.<br>
?<br>
<br>
And, if so, should we (can we) put in in the standard library?</blockquote><div><br></div><div>The standard library includes Windows support for os.symlink as of 3.2.</div></div>