Hi,
I want to use the FileSystemWatch er in a Windows Service. I read an article,
where the author created the FileSystemWatch er object in a seperate thread
and when the event is fired, he started a working thread for processing the
file, created a new FileSystemWatch er (as he said for real time processing),
and then called the join method for the first thread.
I can't really see the sence in this. Aren't...