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; } }