G
Guest
Hi,
I currently use the FileSystemWatcher class to hook any changes of a
specific file - but I still got a question: When I specify LastAccess as a
NotifyFilter, when exactly is my handler called? After some new content was
written/read from file and the file is closed - or before this happens?
Thanks
Peter
I currently use the FileSystemWatcher class to hook any changes of a
specific file - but I still got a question: When I specify LastAccess as a
NotifyFilter, when exactly is my handler called? After some new content was
written/read from file and the file is closed - or before this happens?
Thanks
Peter