This commit is contained in:
SchreiberM 2022-02-24 11:27:43 +01:00
parent eaa2e312c7
commit 540f9f4176

View File

@ -793,6 +793,7 @@ Public Class frmFlowForm
If FileHandle.CheckDuplicateFiles(fileName, "FolderWatch/Scan") Then
FileHandle.Decide_FileHandle(fileName, handleType)
Else
IO.File.Delete(fileName)
Logger.Info("Scanfolder Startup: File already exists:" & fileName)
End If
Next fileName
@ -1228,5 +1229,9 @@ Public Class frmFlowForm
Private Sub BarButtonItem9_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem9.ItemClick
frmGlobixBasicConfig.ShowDialog()
End Sub
Private Sub frmFlowForm_Shown(sender As Object, e As EventArgs) Handles Me.Shown
End Sub
End Class