How can a shared windows directory be protected against, for example, accidental click-drag, while allowing users to modify and organize it's contents?

link|improve this question

74% accept rate
feedback

2 Answers

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.

link|improve this answer
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.

link|improve this answer
1  
But this wont allow you to Modify... – user23907 Jan 14 '10 at 21:46
Marking the directory read-only in attributes (not permissions) does not prevent you from creating and modifying files inside it. – Graham Powell Jan 15 '10 at 15:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.