Sync two folders on same machine using c# -
i have 2 folders on same machine - "folder 1" & "folder 2". anytime add/remove/modify folder/file within folder 1, should sync "folder 2" immediately. found similar article on @ code project (http://www.codeproject.com/kb/files/filesync.aspx) reason doesn't sync , there no errors.
any pointers?
try having @ microsoft sync framework. 1 of samples involves syncing files between directories.
you can use filesystemwatcher trigger sync process.
Comments
Post a Comment