diff --git a/EnvelopeGenerator.Form/frmEnvelopeEditor.vb b/EnvelopeGenerator.Form/frmEnvelopeEditor.vb index 9b2d1838..11cfbba4 100644 --- a/EnvelopeGenerator.Form/frmEnvelopeEditor.vb +++ b/EnvelopeGenerator.Form/frmEnvelopeEditor.vb @@ -363,7 +363,7 @@ Partial Public Class frmEnvelopeEditor ' Verschiebe die Datei Try pDestinationPath &= "\" + oFilename - System.IO.File.Copy(pSourcePath, pDestinationPath, True) + System.IO.File.Move(pSourcePath, pDestinationPath, True) Catch ex As Exception MsgBox(ex.Message, MsgBoxStyle.Critical) End Try