After multiplie tries, I've come up with no solution. I don't think you can manually just lock a folder and put a password assigned to it if that makes sense. I think you can, lock a folder using a password. But manually changing the permissions of the folder, (when you right click and go to security tab and deny every user to accessing the folder, aka denying everyone to modify and read & execute etc) what im trying to understand is how would you go about using python to deny everyone permissions on a windows folder?
My actual gui is pyqt4 but its sorted. I just dont understand how to set permissions on folders in windows 10. Thank you in advance.
Basic steps in my application.
Select folder (Done) Enter password (Done) Click lock folder button (Done) Sets permissions to deny access (Need help)
And when you want to unlock the folder
Select folder (Done) Enter password (Done) Click unlock folder button (Done) Removes deny permissions (Need help)