Hi all
Can anybody tells me that , in Qt4.2 , is there any function to delete files.
Thanx
Printable View
Hi all
Can anybody tells me that , in Qt4.2 , is there any function to delete files.
Thanx
QFile::remove(fileName).
It is static.
Make sure the file is not in use, because the function will fail.
Regards