FileSystemFileWatcher

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 !!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top