fix checking for deleting source file when windream is disabled
This commit is contained in:
parent
bef22dece2
commit
539c8cd083
@ -1241,7 +1241,7 @@ Public Class frmIndex
|
|||||||
Loop
|
Loop
|
||||||
End If
|
End If
|
||||||
'Die Datei wird nun verschoben
|
'Die Datei wird nun verschoben
|
||||||
If CONFIG.Config.DeleteOriginalFile = True Then
|
If CURR_DELETE_ORIGIN = True Then
|
||||||
My.Computer.FileSystem.MoveFile(CURRENT_WORKFILE, CURRENT_NEWFILENAME)
|
My.Computer.FileSystem.MoveFile(CURRENT_WORKFILE, CURRENT_NEWFILENAME)
|
||||||
Else
|
Else
|
||||||
My.Computer.FileSystem.CopyFile(CURRENT_WORKFILE, CURRENT_NEWFILENAME)
|
My.Computer.FileSystem.CopyFile(CURRENT_WORKFILE, CURRENT_NEWFILENAME)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user