I am monitoring a folder for new files and need to process them. The problem is that occasionally file opening fails, because system has not finished copying it.
Wha
If you are using FileSystemWatcher I don't think there's a robust solution to this problem. One approach would be try/catch/retry later.