Click to See Complete Forum and Search --> : Creating Directories


April 14th, 1999, 06:10 PM
Is there a simple C function to create a new directory.
If i want to create a new file i can use fopen("newfile","w") but to create a
new directory what function would I use?

Michael Decker
April 14th, 1999, 08:00 PM
CreateDirectory(strPath, NULL);