How can I create directory tree in C++/Linux? - Stack Overflow
I want an easy way to create multiple directories in C++/Linux. For example I want to save a file lola.file in the directory: /tmp/a/b/c but if the directories are not there I want them to be ... @Switch: Thanks. That's the trouble with using stat() befor...