MS Debug Folderwatch

This commit is contained in:
2024-06-11 16:23:04 +02:00
parent ef804638b3
commit daa89b0535
5 changed files with 15 additions and 8 deletions

View File

@@ -221,8 +221,7 @@ Public Class ClassInit
oHandleType = "|FW_SIMPLEINDEXER|"
End If
'Die Datei übergeben
LOGGER.Info(">> OnCreated-File:" & e.FullPath)
LOGGER.Info(">> Adding file from Hotfolder (OnCreated):" & e.FullPath)
If ClassIndexFunctions.CheckDuplicateFiles(Form, e.FullPath, "FolderWatch/Scan") Then
FILE_HANDLER.Decide_FileHandle(e.FullPath, oHandleType)
End If