I have the following requirement:
For each teacher I need to setup a teacher folder
in this folder I have a class project folder and a student folder
The class project folder is used by the teacher and students in the
following way
A teacher will create a file in the class project folder
Students will open the file and save it to their private folder
inside of the student folder
The affect of this setup is that teachers have full control of everything
Students can only see files within their private folders that live under the
student folder.
This all works great until the teacher opens and edits the student file.
At that point the student can no longer see their file because their access
rights were removed when the teacher edited the file.
The access rights for the student folder are:
teacher full control this folder and files
Creator modify subfolders and files
students special this folder and files
How can I stop the removal of students rights when the teacher edits a file
|