Hi all,
I'm working on windows 7 with qt 4.6.
I'm doing batch operations on file and then deleting files. I'm using QFile::remove() for deleting each file.
For files which user desktop when deleting files ,files were deleted but in windows explorer files are still on desktop. When i refresh(F5) user desktop files are disappeared.

But for files which in folder this is not occured and all files deleted immediately.

Is there any way to solve this problem or refresh user desktop with code ?

Thanks in advance

Ramazan Girgin