V 2.4.9.4 WISAG Buttons, Reject-Attribute als Ausnahme in CheckUpdateIndexe, FilterActive Hinweis, Logging anpassen
This commit is contained in:
@@ -109,6 +109,19 @@ Public Class ClassInit
|
||||
DEBUG = True
|
||||
LOGCONFIG.Debug = True
|
||||
End If
|
||||
|
||||
USER_CONFIG_DIRECTORY = CONFIG.UserConfigPath.Replace("UserConfig.xml", "")
|
||||
If USER_LANGUAGE <> String.Empty Then
|
||||
USER_CONFIG_DIRECTORY = System.IO.Path.Combine(USER_CONFIG_DIRECTORY, USER_LANGUAGE)
|
||||
End If
|
||||
Try
|
||||
If Not System.IO.Directory.Exists(USER_CONFIG_DIRECTORY) Then
|
||||
System.IO.Directory.CreateDirectory(USER_CONFIG_DIRECTORY)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user