how to lock a folder using c++ which no one can access without password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aries12345
    New Member
    • Apr 2015
    • 1

    #1

    how to lock a folder using c++ which no one can access without password

    How can I lock a folder using c++ turbo.
    When someone tries to delete,access,e dit it the computer must ask for the password.
    Note:No one should be able to delete or edit it without the password. I need to store important files from others accessing it. And also the files inside the folder should not appear when searching in the search bar,and if it appears on the search bar then the person must type the password to access it.And if it is not possible in c++ then tell me in notepad
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    This is not a C++ issue. You need to lock your folder using your operating system features.

    Comment

    • Luuk
      Recognized Expert Top Contributor
      • Mar 2012
      • 1043

      #3
      Yep, it's an operating system task to take care of that.

      Comment

      Working...