The Operating System and File System manages Access Rights to directories and files. On Windows, it's called ACL. Doing this on Linux is easier, because you have lesser settings.
I found some info here: https://windowsforum.com/threads/python-...ost-894609
Here is a gist which shows the use of win32security (from pywin32): https://gist.github.com/cbwar/fee1bfbe0e...0eeae36bd3
The use of
Python-Wiki: https://wiki.python.org/moin/HelpOnAccessControlLists
I found some info here: https://windowsforum.com/threads/python-...ost-894609
Here is a gist which shows the use of win32security (from pywin32): https://gist.github.com/cbwar/fee1bfbe0e...0eeae36bd3
The use of
os.chmod
is useless on Windows. Windows just ignores this setting, but the ACL flags aren't ignored.Python-Wiki: https://wiki.python.org/moin/HelpOnAccessControlLists
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
All humans together. We don't need politicians!