SyntaxFix
Write A Post
Hire A Developer
Questions
To both check if it exists and create if it doesn't, including intermediaries:
QDir dir("path/to/dir"); if (!dir.exists()) dir.mkpath(".");