Re: [Ironpython-users] unblocking a file in ironpython

2016-07-02 Thread Djordje Spasic via Ironpython-users
Thank you for the replies, both Markus and Stéphane.___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] unblocking a file in ironpython

2016-07-01 Thread Stéphane Lozier
Basically what you're trying to do is get rid of the Zone.Identifier alternate stream of the file. You can see these from the command prompt using the dir /R command (windows 7 or later?). I've deleted these before using C# and PInvoke. The file delete methods of .NET don't let you delete alternat

[Ironpython-users] unblocking a file in ironpython

2016-06-29 Thread Djordje Spasic via Ironpython-users
Hello, Is it possible to unblock a downloaded file (.zip for example) with ironpython 2.7? If not, can this be done by invoking the windows command prompt and doing it inside of it? Which Windows version would this require? Thank you for the reply, Kind regards, Djordje Spasic ___