create a directory/folder using c in visual studio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • parvathireddy
    New Member
    • Jan 2014
    • 8

    create a directory/folder using c in visual studio

    C-> Visual studio 2010-> windows 7


    can any one explain me a sample code ,how to create a directory / folder.( to browse/save my files to a directory.) how to specify the path?

    I googled , but i cant able to find appropriate as it is showing all in the C#, C++ , objective C. But not in C.

    Here i am writing a sample program to my POS device .problem here is it is not taking mkdir(direct/dir.h header file)function.


    Any alternative is there to make a directory


    thanks in advance
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    I found this in 30 seconds:

    Comment

    Working...