1

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)
goe
  • 337
  • 2
  • 14
  • 1
    What do you mean "*how I can verify*"? Look at the *dir*'s Security tab. Also *PyWin32* functions throw exceptions on failures (so you can check that by testing with an invalid group). – CristiFati Aug 14 '20 at 13:13

0 Answers0