IFileSystem.

Copy(string, string, bool) Method

Namespace
GitVersion
Containing Type
IFileSystem

Syntax

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

Parameters

Name Type Description
from string
to string
overwrite bool

Return Value

Type Description
void
GitHub