Summary
    Moves the file to the specified destination file.
    
		- Assembly
 - Wyam
.Testing .dll  - Namespace
 - Wyam
.Testing .IO  - Containing Type
 - TestFile
 
Syntax
public void MoveTo(IFile destination)
	Parameters
| Name | Type | Description | 
|---|---|---|
| destination | IFile | The destination file. | 
Return Value
| Type | Description | 
|---|---|
| void | 
