FileSystemFileWatcher

  • Thread starter Thread starter sonbongcuc
  • Start date Start date
S

sonbongcuc

I write an application. When one file is created in the specified
folder, it runs one method (using SystemFileWatcher). I test my app
carefully.
But my customer report that: When copy file to that folder (that folder
is empty) , that method doesn't run. I read file log, and I reliaze
that: event "OnCreated" of FileSystemWatcher isn't raised.
Besides the reason is coping overwrite file (will not fire OnCreated
event), are there any other reasons ?
Thanks a lot !!!
 
Back
Top