Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I need to list the Access Permissions for Files and Folders in a Share
Posted
Comments
walterhevedeich 22-Aug-11 4:40am    
And the problem is?

1 solution

Hi there,

Use DirectoryInfo[^] and do a GetAccessControl() for the directory in question. This returns an ACL perms list.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900