Qt 6.11 is out! See what's new in the release
blog
[SOLVED] New Folders
General and Desktop
3
Posts
2
Posters
1.0k
Views
1
Watching
-
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.