I want to read the NTFS permissions belonging to a certain file (which user has which rights).
e.g.:
If <user xy has read access to file abc.txt> Then
do something
End If
I know how to check if the actually logged in user (in whose context the program runs) has access rights to a file, it's important for me to see the whole ACL (which OTHER users have which rights).
I hope someone can give me an example code...
e.g.:
If <user xy has read access to file abc.txt> Then
do something
End If
I know how to check if the actually logged in user (in whose context the program runs) has access rights to a file, it's important for me to see the whole ACL (which OTHER users have which rights).
I hope someone can give me an example code...