On Fri, Apr 1, 2011 at 20:32, Vernon Cole wrote:
> Just to make sure we are all on the same page here, the original post said:
>
> I've been trying to find a solution for creating Symbolic Links via
> IronPython scripting, [...snip...]
> [Interop.DllImport("kernel32.dll", Entr
Just to make sure we are all on the same page here, the original post said:
I've been trying to find a solution for creating Symbolic Links via
IronPython scripting, [...snip...]
[Interop.DllImport("kernel32.dll", EntryPoint="CreateSymbolicLinkW",
CharSet=Interop.CharSet.Un
register: Kempten HRB 6186 | Tax ID No.: DE 167014915
-Ursprüngliche Nachricht-
Von: users-boun...@lists.ironpython.com [mailto:users-
boun...@lists.ironpython.com] Im Auftrag von Lukáš Dubeda
Gesendet: Donnerstag, 31. März 2011 21:43
An: Discussion of IronPython
Betreff: [IronPython] Cre
@lists.ironpython.com] Im Auftrag von Lukáš Dubeda
>> Gesendet: Donnerstag, 31. März 2011 21:43
>> An: Discussion of IronPython
>> Betreff: [IronPython] Creating Symbolic Links via IronPython
>>
>> Hi there everyone,
>>
>> I've been trying to find a soluti
167014915
> -Ursprüngliche Nachricht-
> Von: users-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] Im Auftrag von Lukáš Dubeda
> Gesendet: Donnerstag, 31. März 2011 21:43
> An: Discussion of IronPython
> Betreff: [IronPython] Creating Symbolic Li
Hi there everyone,
I've been trying to find a solution for creating Symbolic Links
via IronPython scripting, but it seems there is not a direct
way of doing this via .NET and since I don't know C#, I have
hard times "translating" C# snippets I've found on the net
to IronPython. For example:
[Int