Function Copy-File

Part of:

package cl-fad
( copy-file < from > < to > &key < overwrite > )
Copies the file designated by the non-wild pathname designator FROM
to the file designated by the non-wild pathname designator TO. If
OVERWRITE is true overwrites the file designtated by TO if it exists.