N
Nick K.
I'm trying to implement a FileSystemWatcher from a Windows Service.
Everything works until I:
Stop the Service
Copy a file to the watched directory.
Re-Start the Service.
I would expect the watched directory, which has a file in it to start
processing, but it does not. Is there some trick to this?
Everything works until I:
Stop the Service
Copy a file to the watched directory.
Re-Start the Service.
I would expect the watched directory, which has a file in it to start
processing, but it does not. Is there some trick to this?