Re: [python-win32] Setting ownership and permissions

2014-01-02 Thread Joseph L. Casale
> You should be able to just adjust privs once, instead of doing it in each > call for every file. I blame the holiday distractions for not arriving there myself, thanks Roger. jlc ___ python-win32 mailing list python-win32@python.org https://mail.pyth

Re: [python-win32] Setting ownership and permissions

2013-12-31 Thread Roger Upole
You should be able to just adjust privs once, instead of doing it in each call for every file. Roger "Joseph L. Casale" wrote in message news:assp.006455fdda.50f65708cf40439eba7f2abd9c2d8...@exch.activenetwerx.com... >I have a situation where I need to remove large directories and in doing

[python-win32] Setting ownership and permissions

2013-12-18 Thread Joseph L. Casale
I have a situation where I need to remove large directories and in doing so I must take ownership. I get a stack trace about the logon I impersonate generating to many security ids as I recursively iterate and take ownership. What workarounds have you guys utilized in this scenario? I suspect t