How to force create path if it not exists with QFile?
Qt Code:
qDebug() << "Gagal:" << f.errorString(); }To copy to clipboard, switch view to plain text mode
How to force create path if it not exists with QFile?
Qt Code:
qDebug() << "Gagal:" << f.errorString(); }To copy to clipboard, switch view to plain text mode
presume you do not have rights to create a file there?
Last edited by amleto; 19th April 2013 at 21:42.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
wirasto (20th April 2013)
Bookmarks