How to create directory in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Man4ish
    New Member
    • Mar 2008
    • 151

    How to create directory in C++

    How directory can be created in C++??


    Manish
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Man4ish
    How directory can be created in C++??


    Manish
    Most C implementations come with the mkdir() function; check your manuals.

    kind regards,

    Jos

    Comment

    Working...