Fix file exclusion path to respect userconfig_prefix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user