Thread: Make a Directory

  1. #1
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644

    Make a Directory

    How would you make a directory for some files using Dev-C++?

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Question What do you mean?

    What exactly do you mean by that?
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  3. #3
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Like, make a directory to store some data. Like this:
    all the executables and stuff are in one directory, and make another directory to store some other stuff. Like when you go to My Computer, and double click on your hard drive(C: drive etc..., if your using Windows), I want it like that. Organized.

  4. #4
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    ...
    the best things in life are simple.

  5. #5
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    That's not exactly what I ment.....this is what I ment:

    if you use windows, and go to my computer, and double click on it, you'll notice that everything is organized in folders(most anyways). It all ain't there in one pile. That's what I'm looking to do.

  6. #6
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    well then you would create directories like that in a structured manner.
    the best things in life are simple.

  7. #7
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    oooookkkk.......so......how would I go about on doing that?

  8. #8
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    Inside your C++ program you can use system("mkdir myDIR");
    to create a directory.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM
  2. 'functions' in make?
    By mart_man00 in forum C Programming
    Replies: 1
    Last Post: 06-21-2003, 02:16 PM
  3. Directory reading trouble
    By samGwilliam in forum Linux Programming
    Replies: 0
    Last Post: 03-10-2002, 09:43 AM
  4. Getting back to the top of the directory
    By samGwilliam in forum Linux Programming
    Replies: 2
    Last Post: 02-25-2002, 04:49 PM
  5. The Site Directory
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-22-2002, 08:19 PM