[python-win32] Re: Folder permissions

Roger Upole rwupole at msn.com
Sat Jan 29 04:42:03 CET 2005


There will only be a single group on the security descriptor itself.
Depending on who created the files and how they were created, it wouldn't
be unusual to have a variety of groups present on different files.

To get a list of everyone who has access, you need to look
at the DACL.  It  includes groups as well as users that have permissions.
(or have been denied access)

         Roger



More information about the Python-win32 mailing list