I want an easy way to create multiple directories in C.
For example I want to create directory in:
/a/b/c
but if the directories are not there I want them to be created automagically. How can I do this ?
I want an easy way to create multiple directories in C.
For example I want to create directory in:
/a/b/c
but if the directories are not there I want them to be created automagically. How can I do this ?
Copyright © 2021 Jogjafile Inc.
Here is a small C program to create the directory tree
a/b/cin the current directory: