[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool ReplaceFile(string lpReplacedFileName,
   string lpReplacementFileName, string lpBackupFileName, 
   ReplaceFileFlags dwReplaceFlags, IntPtr lpExclude, IntPtr lpReserved);
None.
Please add some!
Please add some!
System.IO.File.Replace
