This commit is contained in:
SchreiberM 2024-03-06 09:15:02 +01:00
parent d4aa3ec82e
commit 0064eee9d5

View File

@ -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