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