IFile.

Move(FilePath) Method

Summary

Moves the file to the specified destination path.
Namespace
Cake.Core.IO
Containing Type
IFile

Syntax

void Move(FilePath destination)

Parameters

Name Type Description
destination FilePath The destination path.

Return Value

Type Description
void