help needed in c++!!!

Status
Not open for further replies.

prinz

Journeyman
how can i hide a folder using c++?
how can i hide a file using c++?
how can i lock a folder using c++?
how can i lock a file using c++?
thanks...
 

QwertyManiac

Commander in Chief
Don't know about Locking it but Hiding would be as easy as setting its attribute to hidden via a BAT file via (ATTRIB - DOS Command). You don't need C++ to do that I suppose.

And locking can be performed by encrypting the source file (based on some key or password algorithms) and making it mandatory to enter a password in the program accompanied along with the file so that it decrypts it based on the password.
 
Status
Not open for further replies.
Top Bottom