[python-win32] Re: Folder permissions
by Roger Upole other posts by this author
Jan 28 2005 4:45PM messages near this date
RE: [python-win32] Re: Folder permissions
|
[python-win32] Re: Determine file being accessed
GetFileSecurity should be able to pick up the correct info, assuming
you have sufficient permission to read the security descriptor.
Does it pick up any permissions at all ?
GetNamedSecurityInfo which the fileperm c code uses
is also in the win32security module.
What leads you to conclude that the group info is wrong ?
Roger
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
|