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?
Printable View
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?
CreateDirectory(strPath, NULL);