Thread: Sub Directories

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

    Question Sub Directories

    I know you'd say I'm an ameteur, but how do you make sub directories? I've been able to make them with other programming languages.

  2. #2
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    If you mean adding a subdirectory to your file system, use the system() command.

    system(whatever) is basically equivalent to typing whatever at the dos prompt. In this case, you want to use md to make a new subdirectory.

    Theres probably a better way tho. Well, maybe.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Comparing 2 directories
    By Opel_Corsa in forum C++ Programming
    Replies: 4
    Last Post: 01-19-2007, 11:30 PM
  2. VC6 directories
    By Magos in forum Tech Board
    Replies: 0
    Last Post: 03-11-2005, 05:52 PM
  3. problem while opening files from multiple directories
    By V.G in forum Windows Programming
    Replies: 2
    Last Post: 11-08-2004, 03:29 PM
  4. mkdir and multiple directories
    By Idle in forum C Programming
    Replies: 4
    Last Post: 06-28-2003, 04:56 AM
  5. Working with directories...
    By C Seņor in forum C Programming
    Replies: 4
    Last Post: 04-20-2002, 11:45 AM