[python-win32] Re: Folder Permissions - Inherit problem
Roger Upole
rwupole at msn.com
Fri Mar 31 12:18:20 CEST 2006
> Using SetNamedSecurityInfo did the trick. Thanks a lot for all your
> help. By the way, do you know a good source of information for win32
> api stuff? The resource I am using (ActivePython's documentation)
> doesn't make any note about the SetFileSecurity function's limitations
> or being obsolete and I would like to avoid beating my head against the
> wall in the future.
MSDN is your best bet for detailed api info. (msdn.microsoft.com).
You also get a lot of what's on MSDN in CHM format with the
Platform SDK download.
Roger
More information about the Python-win32
mailing list