Fix file exclusion path to respect userconfig_prefix

This commit is contained in:
Jonathan Jenne
2022-05-06 13:51:36 +02:00
parent 308b26556c
commit 54f875af09
6 changed files with 23 additions and 585 deletions

View File

@@ -308,7 +308,7 @@ Public Class frmFlowForm
FolderWatch = New ClassFolderwatcher(My.LogConfig)
Dim oFileExclusions As New ClassExclusions()
If oFileExclusions.Load(My.Application.Globix.PATH_FileExclusions) = False Then
If oFileExclusions.Load() = False Then
If My.Application.User.Language = "de-DE" Then
MsgBox("Die Ausschlusskriterien für Dateien in Folderwatch konnten nicht angelegt werden!", MsgBoxStyle.Information)
Else