CopyFile (copy local file)

function CopyFile(what, toWhere: string): boolean

This function copies the what file to the toWhere destination directory in the local file system, and returns true if the copy is successful, or false if the copy fails.