Hi everybody! I'm a newbie for C# programming. I have a system that access a hard drive call -'H'. this system allows the authorised users to delete and modify the files in H drive. Now my qusestion is I want to restrict deletion of files, if the same authorized users try to access the drive H directly without using the above mentioned program. Can I solve this problem using C#? or is there any otherway I can restrict access only for direct access of H drive.
Thanks in advance.