Hi,
I want to use this "FileSystemWatc her " class in my project but I am not able to decide at which moment should i use it.. Can anyone help me?
Here is the scenario.
My Application consist of the service which is continuously running and some other modules .When my project get installed there are some files which the server continuously updates.I want to keep track of this using FileSystemWatch er.But where should i this ( use of FileSystemWatch er).. in modules or in the service..so that i will get the continuous updates about changing of the files ?
Thanks!
I want to use this "FileSystemWatc her " class in my project but I am not able to decide at which moment should i use it.. Can anyone help me?
Here is the scenario.
My Application consist of the service which is continuously running and some other modules .When my project get installed there are some files which the server continuously updates.I want to keep track of this using FileSystemWatch er.But where should i this ( use of FileSystemWatch er).. in modules or in the service..so that i will get the continuous updates about changing of the files ?
Thanks!
Comment