C# Class Monobjc.Tools.External.Copy

Wrapper class around the cp command line tool.
Mostra file Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Public Methods

Method Description
Recursivly ( String source, String destination, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void

Copy recursively the source into the destination

Method Details

Recursivly() public static method

Copy recursively the source into the destination
public static Recursivly ( String source, String destination, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void
source String The source file or folder.
destination String The destination file or folder.
outputWriter System.IO.TextWriter
errorWriter System.IO.TextWriter
return void