FakeFile.

Copy(FilePath, bool) Method

Summary

Copies the file to the specified destination path.
Namespace
Cake.Testing
Containing Type
FakeFile

Syntax

public void Copy(FilePath destination, bool overwrite)

Parameters

Name Type Description
destination FilePath The destination path.
overwrite bool Will overwrite existing destination file if set to true.

Return Value

Type Description
void