Unit
Windows.PasCopyFile(
lpExistingFileName: PChar; {a pointer to an existing file name}
lpNewFileName: PChar; {a pointer to a new file name}
bFailIfExists: BOOL {existing file flags}
): BOOL; {returns TRUE or FALSE}