Fix: checking unnormalized path when checking for profile path
This commit is contained in:
parent
f9a15191da
commit
7c91662e20
@ -1770,7 +1770,10 @@ Public Class frmIndex
|
|||||||
Dim oNormalized As String = WINDREAM.GetNormalizedPath(oDestination)
|
Dim oNormalized As String = WINDREAM.GetNormalizedPath(oDestination)
|
||||||
Dim oNewDestination = Path.Combine(WINDREAM.ClientBasePath, oNormalized)
|
Dim oNewDestination = Path.Combine(WINDREAM.ClientBasePath, oNormalized)
|
||||||
|
|
||||||
If Directory.Exists(oDestination) = False Then
|
LOGGER.Debug("Path from Database is [{0}]", oDestination)
|
||||||
|
LOGGER.Debug("Checking for path [{0}]", oNewDestination)
|
||||||
|
|
||||||
|
If Directory.Exists(oNewDestination) = False Then
|
||||||
Dim oMessage As String
|
Dim oMessage As String
|
||||||
|
|
||||||
If USER_LANGUAGE = "de-DE" Then
|
If USER_LANGUAGE = "de-DE" Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user