how to verify if the group is sucessfully added for a folder in python

60 Views Asked by At

I am using below to add a group name in security tab for a folder through and its getting added. However in python how I can verify if the group is added successfully.

dacl.AddAccessAllowedAce(win32security.ACL_REVISION,win32con.GENERIC_WRITE, groupw)
0

There are 0 best solutions below