replace File
Move a file from source to destination, and replace the destination file if it exists.
Return
Returns true if the file was successfully replaced.
Author
Griefed
Parameters
source File
The source file.
destination File
The destination file to be replaced by the source file.
Throws
Thrown if an error occurs when the file is moved.