FileSystemWatcher triggers for filestream open
问题 I have a filesystemwatcher that will trigger an event when a file is modified. I want to read from that file once the lock has been removed. At the moment I am just trying to open the file once the event is triggered, when A large file is being copied the file lock stays on for a while after the events have been sent, preventing the file from being opened for read access. Any suggestions? 回答1: This one's actually a bit of a doozie, unless the problem space has changed significantly since I