Samples with GetFileSecurity ?

AlfredoDS

New member
Joined
Jun 18, 2003
Messages
3
Hello,

I search samples about the use of the function GetFileSecurity, to get the Security Information for a folder: which users or groups have access there.

Best Regards

Alfredo DS
 
you will need to use System.Security eg:
Code:
Dim x As System.Security.Permissions.FileIOPermission

Dim y As System.Security.Permissions.FileIOPermissionAttribute

Dim j As System.Security.Permissions.SecurityPermission
them are a few of the many security functions , im sure youll find something you need in them.
 
Hello,

I think using this Namespace is not possible to get this information. If you have some samples please show me this. I have use System.Managment who use WMI and it works Ok.

Best Regards
 
Back
Top