FileMOve
This commit is contained in:
parent
d4aa3ec82e
commit
0064eee9d5
@ -363,7 +363,7 @@ Partial Public Class frmEnvelopeEditor
|
|||||||
' Verschiebe die Datei
|
' Verschiebe die Datei
|
||||||
Try
|
Try
|
||||||
pDestinationPath &= "\" + oFilename
|
pDestinationPath &= "\" + oFilename
|
||||||
System.IO.File.Copy(pSourcePath, pDestinationPath, True)
|
System.IO.File.Move(pSourcePath, pDestinationPath, True)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||||
End Try
|
End Try
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user