Thread: Creating Folders

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    288

    Creating Folders

    I was wondering, is there any easy way to create a new folder? e.g. using <iostream> to create files? is there a similar way to create folders?

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    CreateDirectory(LPCTSTR szDirectoryName, LPSECURITY_ATTRIBUTES lpSecAttrs)

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    288
    omg.. u have no idea what ive gone through and now i find out its that simple? thanks a ton man...

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. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Help with folders
    By FlyingIsFun1217 in forum C++ Programming
    Replies: 5
    Last Post: 10-21-2006, 09:41 AM
  4. Reading filenames and creating folders
    By Bitphire in forum C++ Programming
    Replies: 2
    Last Post: 03-03-2005, 01:38 PM
  5. Creating Folders
    By Folder Help Man in forum C++ Programming
    Replies: 4
    Last Post: 07-08-2002, 10:26 PM