I need to create a file watcher which will look up a newly added file in directory for newly added data.
When ever new data is adding to a .jrn file.The newly added data should copy to a temporary file. I am using window service (C#) to develop this.
I solved this by following the below steps: