I am copying a bunch of files to a folder and checking , what are the new files copied( by QFileSystemWatcher ).
I am performing some task with newly copied files.
But sometimes it fails, bcoz during copy although QFile(fileName).exists() returns true, but physically file not present.

SO what should I do to overcome his situation particularly during copy.
Thanks in advance.