Compare commits
2 Commits
f9a15191da
...
ee577064ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee577064ff | ||
|
|
7c91662e20 |
@@ -15,7 +15,7 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("Global Indexer")>
|
<Assembly: AssemblyProduct("Global Indexer")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
||||||
<Assembly: AssemblyTrademark("2.5.1.0")>
|
<Assembly: AssemblyTrademark("2.5.2.0")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.5.1.0")>
|
<Assembly: AssemblyVersion("2.5.2.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
|
|
||||||
<Assembly: NeutralResourcesLanguageAttribute("")>
|
<Assembly: NeutralResourcesLanguageAttribute("")>
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user