Answered by:
How To Hide(Or Lock)File/Folder/Drive In C#

Question
-
Hi
how to hide file or folder or drive in c#?(Or Lock)
GiliSoft File Lock:Best Application for file /folder/drive.
Do Can in c# similar gilisoft hide file or lock file , So That Don't Show Hidden With Folder Option And Don't Access With CMD?(FileSystemAccessRule Open File or folder in cmd)
Do gilisoft file lock App with write C#?
TIA...
Answers
-
Hi Ashkan,
Please check if this thread helps:
How to lock or unlock a file using C#?
From the introduction of the Gilisoft File Lock's official site, I find that this software use AES encryption to protect files. Maybe this article would give you some helpful information:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Marked as answer by Caillen Thursday, February 6, 2014 9:35 AM
-
Hello,
-----------------------------------------
Check this,
http://www.codeproject.com/Tips/477175/Show-and-Hide-Drive-Using-Registry-in-Csharp
Zip Package hide file to hide drive, write main app with login form. If check password ok, then open packaged hide file.
if the reply help you mark it as your answer.
Free Managed .NET Word Component(Create, Modify, Convert & Print)- Marked as answer by Caillen Thursday, February 6, 2014 9:35 AM
All replies
-
Hello,
To hide file in C#,
File.SetAttributes("fileName",FileAttributes.Hidden)
You can FileStream.Lock and FileStream.UnLock for locking the file.
-----------------------------------------
if the reply help you mark it as your answer.
Free Managed .NET Word Component(Create, Modify, Convert & Print) -
-
Hi Ashkan,
Please check if this thread helps:
How to lock or unlock a file using C#?
From the introduction of the Gilisoft File Lock's official site, I find that this software use AES encryption to protect files. Maybe this article would give you some helpful information:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Marked as answer by Caillen Thursday, February 6, 2014 9:35 AM
-
Hello,
-----------------------------------------
Check this,
http://www.codeproject.com/Tips/477175/Show-and-Hide-Drive-Using-Registry-in-Csharp
Zip Package hide file to hide drive, write main app with login form. If check password ok, then open packaged hide file.
if the reply help you mark it as your answer.
Free Managed .NET Word Component(Create, Modify, Convert & Print)- Marked as answer by Caillen Thursday, February 6, 2014 9:35 AM
-