newbie: FileSystemWatcher

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top