From ddcdf92af3027c957bcf66e90f18c4ba025e3cf8 Mon Sep 17 00:00:00 2001 From: tfoman Date: Thu, 24 Sep 2015 12:19:03 +0200 Subject: [PATCH] Overwrite existing --- CobXmlSupport/ShowCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CobXmlSupport/ShowCode.cs b/CobXmlSupport/ShowCode.cs index a71336e..bb33c0e 100644 --- a/CobXmlSupport/ShowCode.cs +++ b/CobXmlSupport/ShowCode.cs @@ -385,7 +385,7 @@ namespace CobXmlSupport { if (DialogResult.OK == MessageBox.Show("Ok att kopiera :" + finalFileSafe + "\r\ntill Q:\\kII20\\cpy\\" + existing, "Kopiering", MessageBoxButtons.OKCancel)) { - File.Copy(finalFileSafe, "Q:\\kII20\\cpy\\" + existing); + File.Copy(finalFileSafe, "Q:\\kII20\\cpy\\" + existing,true); btnMoveToLib.Enabled = false; } }