This commit is contained in:
SchreiberM
2017-01-25 10:16:40 +01:00
parent 042f24e231
commit 64c99f80b9
43 changed files with 5067 additions and 2448 deletions

View File

@@ -139,9 +139,9 @@ Public Class ClassFolderWatcher
Dim handleType As String
If e.FullPath.ToLower.EndsWith(".msg") Then
handleType = "@FW_OUTLOOK_MESSAGE@"
handleType = "|FW_OUTLOOK_MESSAGE|"
Else
handleType = "@FW_SIMPLEINDEXER@"
handleType = "|FW_SIMPLEINDEXER|"
End If
'Die Datei übergeben
If LogErrorsOnly = False Then ClassLogger.Add(">> OnCreated-File:" & e.FullPath, False)
@@ -149,7 +149,6 @@ Public Class ClassFolderWatcher
ClassFilehandle.Decide_FileHandle(e.FullPath, handleType)
Else
ClassLogger.Add(">> Folderwatcher: File already exists:" & e.FullPath, False)
Console.WriteLine("File existiert bereits")
End If
Catch ex As Exception