Hi
I have a little problem. I'm writing a console programm which should watch a directory. If a file is pasted, the programm should do some work. I'm using the QFileSystemWatcher, but he also emits a signal when a file gets deleted.
The signal should be emitted when a file is pasted. Do you have some suggestions?
Maybe I have ti write my own signal? But how?

Thank you!