How can a shared windows directory be protected against, for example, accidental click-drag, while allowing users to modify and organize it's contents?
|
feedback
|
|
I can't think of a combination of permissions that would allow you to modify, rename and move items between sub-folders but stop you being able to click-drag. The latter is just a different interface onto the basic copy, move and delete operations. | |||
|
feedback
|
|
If you set the directory's read-only attribute, when it is dragged to a new location then it will prompt the user to confirm the move. This won't stop the users from doing it but it will at least warn them. | |||||||
feedback
|