Sunday, April 5, 2015

Use of Robocopy in C# application

Robocopy is a robust file copy tool from Microsoft introduced from Windows Server 2003. It is very robust in copy operation having other good features.

Please go through these articles for more details. Article 1 & Article 2

One can integrate this Robocopy tool in c# .net applications to copy files (large). Below code shows usage.

 
This code will copy files inside source folder into target folder.

No comments:

Post a Comment