Quote Originally Posted by jpn View Post
Blocking an application sounds brutal. Why don't you use QFileSystemWatcher to detect changes to the file?
I don't want to watch changes of file. I want to be aware of closing of file. I want to open file and when file is closed i want to do other some works.QFileSystemWatcher is not agreeable for me.Thanks for your answer.