function ReplaceFile( lpReplacedFileName: PChar; lpReplacementFileName: PChar; lpBackupFileName: PChar; dwReplaceFlags: dword; lpExclude: Pointer; lpReserved: Pointer): boolean; stdcall; external kernel32 name 'ReplaceFileA';