IFileSystem.

Copy(string, string, bool) Method

Namespace
GitReleaseManager.Core.Helpers
Containing Type
IFileSystem

Syntax

void Copy(string source, string destination, bool overwrite)

Parameters

Name Type Description
source string
destination string
overwrite bool

Return Value

Type Description
void
GitHub