S
Stephen
Hi,
Suppose I have 2 computers that have identical folders "C\Folders" and have
files in them. Now suppose I use FileSystemWatcher to monitor files in this
folder and if a change happens on Computer1, and suppose I get the changed
information, can i use this information to update the same file on
Computer2?
Can someone please advice how to do this?
Basically the Computers are load balanced and have to be in sync for any
changes and I am supposed to write a program to do so, moreover these
computers are on the network and I dont know whether I can have a
FileSystemWatcher for something on the Network
Thanks in advance,
Stephen
Suppose I have 2 computers that have identical folders "C\Folders" and have
files in them. Now suppose I use FileSystemWatcher to monitor files in this
folder and if a change happens on Computer1, and suppose I get the changed
information, can i use this information to update the same file on
Computer2?
Can someone please advice how to do this?
Basically the Computers are load balanced and have to be in sync for any
changes and I am supposed to write a program to do so, moreover these
computers are on the network and I dont know whether I can have a
FileSystemWatcher for something on the Network
Thanks in advance,
Stephen