Re: Create File with QFile
presume you do not have rights to create a file there?
Re: Create File with QFile
Quote:
Originally Posted by
wirasto
How to force create path if it not exists with QFile?
QFile creates files not directories. Look at QDir::makePath()