Hi all
Can anybody tells me that , in Qt4.2 , is there any function to delete files.
Thanx
Hi all
Can anybody tells me that , in Qt4.2 , is there any function to delete files.
Thanx
Always Believe in Urself![]()
Merry
QFile::remove(fileName).
It is static.
Make sure the file is not in use, because the function will fail.
Regards
merry (25th July 2007)
Bookmarks