Lock a folder/Directory
-
Hi all, How can i make a folder or directory inaccessible to be edited or viewed of its internal structure? Kindly Guide. Regards, Ankush Mehta
-
Hi all, How can i make a folder or directory inaccessible to be edited or viewed of its internal structure? Kindly Guide. Regards, Ankush Mehta
I don't think you can do it. Of course you can hide the folder but for making it inaccessible to be edited or viewed I don't think there is an API for that.
Nibu thomas Software Developer
-
Hi all, How can i make a folder or directory inaccessible to be edited or viewed of its internal structure? Kindly Guide. Regards, Ankush Mehta
Are you wanting to do this programmatically, or use the OS to do it for you?
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Are you wanting to do this programmatically, or use the OS to do it for you?
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
Programmatically.. Ankush Mehta
-
Programmatically.. Ankush Mehta
Here are some links about ACLs: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/setsecuritydescriptor_method_in_class_win32_logicalfilesecuritysetting.asp[^] http://support.microsoft.com/default.aspx?scid=kb;en-us;266461[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/access_control.asp[^]
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb