Re: [python-win32] Replace all child permissions

2017-03-20 Thread eryk sun
On Mon, Mar 20, 2017 at 3:13 PM, Goku Balu wrote: > > Is there anyway to do "Replace all child object permissions with inheritable > permissions from this object" programatically using PyWin32. I found out > that this resets the permissions for all the sub-folders and files deep-down > even though

Re: [python-win32] Replace all child permissions

2017-03-20 Thread mc
Le 20.03.17 à 16:13, Goku Balu a écrit : Hi all, Is there anyway to do "Replace all child object permissions with inheritable permissions from this object" programatically using PyWin32. I found out that this resets the permissions for all the sub-folders and files deep-down even though the p

[python-win32] Replace all child permissions

2017-03-20 Thread Goku Balu
Hi all, Is there anyway to do "Replace all child object permissions with inheritable permissions from this object" programatically using PyWin32. I found out that this resets the permissions for all the sub-folders and files deep-down even though the permissions are set separately. def remove_per