Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got a folder. I want to prevent anyone from deleting it... user should be able to rename, but not move... should be able to add and remove files...

Where the heck should I go with this?
Posted

1 solution

You could try the special permissions on the folder.
Take folder properties.
In the security tab select advanced and then special permissions.
Here you can deny the delete permission.

Otherwise I would go with file system filter drivers.
File System Filter Driver Tutorial[^]
File System Filter Drivers[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900