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
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32