IFile.

MoveTo(IFile) Method

Summary

Moves the file to the specified destination file.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFile

Syntax

void MoveTo(IFile destination)

Parameters

Name Type Description
destination IFile The destination file.

Return Value

Type Description
void
GitHub