I know how to create a file, by using F=fopen("name of file with extension","w") ; , where F is a pointer to the file. But how do I create a folder? Do folders have some kind of special format? Please someone tell me if it's possible to create a folder in C, and if yes then how?
How do I create a folder in C?
Collapse
X
Comment