MoveFile (move/rename local file)

function MoveFile(what, toWhere: string): boolean

This function moves or renames the what file to the toWhere destination path in the local file system, and returns true if the operation is successful, or false if the functions fails.