G
Guest
I am using fileSystemWatcher to monitor a directory on a file server. I am
looking for zip files. When a zip file arrives the watcher event is trigged
an I can unzip the file and then delete it. A very simple application but...I
have a problem. When I copy say 10 zip files at once into the watched
directory a problem occure. What I can se som create events are missed? Is
there a max buffer limit. No error is created by fileSystemWatcher. I used
this watcher instead of a timer to win some unwanted processing time
(polling).
Is there a solution for this I want to know it
//Jonte
looking for zip files. When a zip file arrives the watcher event is trigged
an I can unzip the file and then delete it. A very simple application but...I
have a problem. When I copy say 10 zip files at once into the watched
directory a problem occure. What I can se som create events are missed? Is
there a max buffer limit. No error is created by fileSystemWatcher. I used
this watcher instead of a timer to win some unwanted processing time
(polling).
Is there a solution for this I want to know it
//Jonte