Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a desk top application that will monitor my disk (like c, d, e...)
and also prevent user to perform some task that will be restricted (like delete, edit files)


and also each and every task perform by user will be logged...


thank in advance...!!!

Tejas vaishnav
Posted
Comments
Reiss 18-Aug-11 5:55am    
What is your question?

You protect a disk (or a share) with user permissions set in the operating system, and only the admin can change those permissions. Permissions can be set on drives, folders, and or individual files.
 
Share this answer
 
Comments
Tejas Vaishnav 18-Aug-11 6:09am    
But i want to make program that will manage it for me..??
Tejas,

Tejas_Vaishnav wrote:
and also each and every task perform by user will be logged...


There is a class called FileSysteWatcher [^] in .Net that can listens to the file system change notifications and raises events when a directory, or file in a directory, changes.


Tejas_Vaishnav wrote:
prevent user to perform some task that will be restricted (like delete, edit files)

See Solution 2.
 
Share this answer
 
v2

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