Synchronizing files

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

I want to synchronise files between directories as part of my .NET
application. Ideally I'd like to invoke an XCOPY-like operation which copies
only new and changed files from source to target. Is anything like this
available as part of the framework ? If not how do I invoke a windows
command from within a .NET application and capture the output ?
 
Back
Top