File copy using robo copy and process

前端 未结 5 1594
情歌与酒
情歌与酒 2021-02-19 23:30

I am creating a File copy program which will copy large number of files(~100,000) with size ~50 KB using ROBOCOPY command.

For each file, I am creating a new process an

5条回答
  •  梦毁少年i
    2021-02-20 00:01

    This question is a bit old but I thought I would answer to help anyone who still land on it. I wrote a library called RoboSharp (https://github.com/tjscience/RoboSharp) that brings all of the goodness in Robocopy to c#. Take a look if you require the power of Robocopy in c#.

提交回复
热议问题