XCOPY/ROBOCOPY like class in C#
During the process of moving some command scripts to a more robust solution that involved C# Script, I was in the need to replace an XCOPY call with an equivalent in C#. What I wanted to avoid is to simply start a…
Notizen · Fundstücke · Anleitungen
During the process of moving some command scripts to a more robust solution that involved C# Script, I was in the need to replace an XCOPY call with an equivalent in C#. What I wanted to avoid is to simply start a…