How to get shared folder sharing permission for certain user name or group?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everyone, Does anyone knows how to get shared folder sharing permission for certain user name or group? For example, for username "Everyone", how do get the info whether the sharing permission is Full Control, Change or Read? Thanks in advance
There are classse called
DirectorySecurity
andDirectoryInfo
. Although I haven't done this but I think one of them should provide this information.50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!