Thread: Folders......

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    73

    Folders......

    Greetings. I am making a password protection program whose purpose is to protect a folder. I have searched msdn and the refrences and cannot find the code to tell whether a specifc folder is being opened. Can some please point me in the right direction? Thanks.

  2. #2
    Unregistered
    Guest
    You would probably have to store the files to be password protected into some sort of uncompressed archive and then password that.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    73
    Ok... I've seen it done with folders before. And, the archive thing can't be used for what I need. Thanks though!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error while trying to list folders
    By Hellbinder in forum Networking/Device Communication
    Replies: 5
    Last Post: 06-12-2009, 05:27 PM
  2. geting full path of files and folders (boost::filesystem)
    By umen242 in forum C++ Programming
    Replies: 2
    Last Post: 05-18-2008, 11:37 PM
  3. Problems Moving Certain Folders...
    By notsocks in forum C Programming
    Replies: 8
    Last Post: 12-16-2007, 07:25 AM
  4. Help with folders
    By FlyingIsFun1217 in forum C++ Programming
    Replies: 5
    Last Post: 10-21-2006, 09:41 AM
  5. Deleting folders and sub folders
    By Boomba in forum C++ Programming
    Replies: 30
    Last Post: 06-11-2003, 11:58 AM