FileMOve
This commit is contained in:
parent
d4aa3ec82e
commit
0064eee9d5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user