C
Colin Chaplin
I've written a little program that adds permissions to files, making use of
win32:
erms, and it's working quite well.
The only problem I have is that when I view the security tab under windows,
I get an error message about "The permissions on filename are incorrectly
ordered, which may cause some entries ..."
I gather this is because there is a set order for DACLS an I'm guessing the
win32:
erms is just lumping my new DACL at the end.
Question is, how to fix it. My first attempt (wipe all ACLS, then apply a
new, ordered list) failed because (I think) after I've wiped the URLS there
are no longer any permissions do anything to the file.
I'm a little stuck here. Anyone got any ideas?
win32:
The only problem I have is that when I view the security tab under windows,
I get an error message about "The permissions on filename are incorrectly
ordered, which may cause some entries ..."
I gather this is because there is a set order for DACLS an I'm guessing the
win32:
Question is, how to fix it. My first attempt (wipe all ACLS, then apply a
new, ordered list) failed because (I think) after I've wiped the URLS there
are no longer any permissions do anything to the file.
I'm a little stuck here. Anyone got any ideas?