hectane / go-acl

Go library for manipulating ACLs on Windows
MIT License
120 stars 30 forks source link

Get User Permissions #4

Open teschste opened 6 years ago

teschste commented 6 years ago

I see how to use this to adjust a user's permissions but how could I use this to get a user's permissions? Thanks!

vk18vk commented 6 years ago

Even i have the same issue, how to get the user permissions of a file using this package

zb140 commented 5 years ago

@nathan-osman Is this something you'd consider taking a pull request for? I also had need of this functionality, so I put something together over here: https://github.com/zb140/go-acl/tree/get-access-mode.

zb140 commented 5 years ago

I went ahead and submitted the pull request; if there are questions or concerns I'm happy to address them.