FileSystem.

Copy(string, string, bool) Method

Namespace
GitVersion
Containing Type
FileSystem

Syntax

public void Copy(string from, string to, bool overwrite)

Parameters

Name Type Description
from string
to string
overwrite bool

Return Value

Type Description
void
GitHub