[SOLVED] New Folders
-
Hi,
don't worry, we were all noobs at some point ;)
There are 2 methods that I think you are after:
- "QDir::mkdir()":http://qt-project.org/doc/qt-5.1/qtcore/qdir.html#mkdir
- "QDir::mkpath()":http://qt-project.org/doc/qt-5.1/qtcore/qdir.html#mkpath
I think the description in the documentation is enough, so I won't add any explanation on my own. If anything is still unclear, please ask.