Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

i am developing standalone application in c#.net. I want to give a password to folder through code. Is it possible.. ??
Posted

1 solution

Although neither the FAT32 or NTFS file systems have low-level support for password protection, you can use certain Windows facilities to set various types of access rights to a folder: [^].

However, if you think you've achieved some high level of security this way, you are mistaken. This would only deter the least skilled of hackers: ... but, maybe that's all you want ?
 
Share this answer
 

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