Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
bool QFile::remove(const QString & fileName) do not work in windows, why?
-
I trying to create a file in full usb divice, the file is created without content. When i try to delete the file with bool QFile::remove(const QString & fileName) , Windows do not remove the file, why?
-
Print the error:
qDebug() <<YourFile.errorString()