Re: [IronPython] Creating Symbolic Links via IronPython

2011-04-01 Thread Brian Curtin
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

Re: [IronPython] Creating Symbolic Links via IronPython

2011-04-01 Thread Vernon Cole
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

Re: [IronPython] Creating Symbolic Links via IronPython

2011-04-01 Thread Lukáš Duběda
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

Re: [IronPython] Creating Symbolic Links via IronPython

2011-03-31 Thread Steve Dower
@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

Re: [IronPython] Creating Symbolic Links via IronPython

2011-03-31 Thread Markus Schaber
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

[IronPython] Creating Symbolic Links via IronPython

2011-03-31 Thread Lukáš Duběda
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