how can I get all user who have right to a directory

  • Thread starter Thread starter dahuzizyd
  • Start date Start date
D

dahuzizyd

Hi all:
I have a directory . How can I get all user name who have right to this
directory,such as
view , modify?

thanks in advance
Yadong Zhao
 
PInvoke + WinAPI

GetNamedSecurityInfo(...)
GetSecurityInfo(...)
GetSecurityInfoEx(...);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top