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
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
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
___