Hello everybody,
I am thinking hard about how to play with access rights on several platforms. Now I am reaching Microsoft Windows and permissions on NTFS files/directories.
I must say that I am working in C language. My question is pretty general. I have a username and a file path.
Do I need more information to check if the user has the right to read/write/execute ?
What technology should I use ? ACLs or basic Win32 API ? Something else ?
Thank you for any kind of help.