diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index 3ba82da..d8fd500 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -1241,7 +1241,7 @@ Public Class frmIndex Loop End If '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) Else My.Computer.FileSystem.CopyFile(CURRENT_WORKFILE, CURRENT_NEWFILENAME)