Click to See Complete Forum and Search --> : WinNT File/Folder Permissions


sandeep kumar
April 13th, 1999, 08:08 PM
I am using the win API AddAccessAllowedAce() to allow an ace to the WiNNT ACL of the NTFS system. The third parameter of the above API is the Access_Mask . Iwant to give the is folder permissions Read(RX)(RX). What should be the corresponding ACCESS_MASK for this. I can set the same permissions thru WINNT GUI. I want to do that programatically. Any help would be highly appreciated.

varsh
April 21st, 1999, 04:32 PM
In the MSDN library there is a topic called 'Access Masks'. It might help you.

Serge Andyk
May 1st, 1999, 11:13 AM
Visit to http:\\www.mvps.org
Good example how to use NTFS permissions from
your own program.