Re: [python-win32] Folder Permissions - Inherit problem

2006-03-29 Thread Feiock, Dennis
> Dennis Feiock wrote: >> When I tested using AddAccessAllowedAceEx on a folder, I noticed that the existing subfolders that have inheritance enabled do>> not automatically take on the added permission.  When creating a new folder, it added the ACE as it should.  Any suggestions?>> Here is th

Re: [python-win32] Folder Permissions - Inherit problem

2006-03-28 Thread Feiock, Dennis
> Dennis Feiock wrote: >> Hi all,>> >> I have been trying to write a script to backup/restore NTFS permissions.>> I have come across one problem.>> >> How can I set a folder to inherit its permissions?  I am able to detect>> if a folder has inherited permissions by:>> >> 16 & ACE_FLAGS == 16>

[python-win32] Folder Permissions - Inherit problem

2006-03-27 Thread Feiock, Dennis
Hi all,   I have been trying to write a script to backup/restore NTFS permissions.  I have come across one problem.   How can I set a folder to inherit its permissions?  I am able to detect if a folder has inherited permissions by: 16 & ACE_FLAGS == 16 When I am stepping through them

Re: [python-win32] Folder permissions

2005-01-28 Thread Alex Willmer
Ryan Parrish wrote: Hi, this is my first jump into the win32 world of python so please excuse me and carry on your normal life's if what I'm saying makes no sense at all :-) I am trying to write a script that will walk all my directories and get the users/groups and there respective permissions t

[python-win32] Folder permissions

2005-01-28 Thread Ryan Parrish
Hi, this is my first jump into the win32 world of python so please excuse me and carry on your normal life's if what I'm saying makes no sense at all :-) I am trying to write a script that will walk all my directories and get the users/groups and there respective permissions that are assigned to