I am just 'transfering' from c to C++ and so ... some of the header files #include <direct.h> isn't exactly C++ friendly... I know I can just use them however I want my code to be as C++ly as possible as i'm just learning it...
So.... How do I:
- mkdir () // make a new folder
- cddir // change a folder
- del a empty folder // I know i have to recursively delete all the files etc.
- go up one folder
I've searched, looked in the boost examples but I haven't found anything...
Would be nice if you could point me in the direction of a tutorial tho.
Thanks in advance....