Hello,
The title from this topic is not complete. I know how to prevent a folder from deleting.
This is my case. I setup a folder structure like this:
-Data
-Sales
-Secretary
-HR
User can add, delete and move folders inside the folders Sales, Secretary and HR. But I want to prevent deleting the main folders Sales, Secretary and HR.
I have done this with NTFS permissions. When an user try to delete a main folder they get an error message. But the folders and files inside the main folder are deleted...
I understand that, because the user has permission to delete inside the mainfolder. But how can I prevent this?
This are the current NTFS permission:
Apply to: This folder, subfolder and files
Traverse folder/Execute file
List folder/read data
Read attributes
Read extended attributes
Create files/write data
Create folders/append data
Delete subfolders and files
Write attributes
Write extended attributes
Delete subfolders and files
Read permissions
Any help will be appreciated