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

@@ -18,7 +18,6 @@ Namespace Globix
Public Property Folderwatchstarted As Boolean = False
Public Property ScanFolderwatchstarted As Boolean = False
Public Property DTEXCLUDE_FILES As DataTable
Public Property PATH_FileExclusions As String = Path.Combine(My.Application.UserAppDataPath, "FileExclusions.xml")
End Class
End Namespace