From 3913928a21aa2feaa94d8d1b94cacc2c009e55a2 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 14 Apr 2023 13:01:11 +0200 Subject: [PATCH] fix path in SINGLEFILE_2_WINDREAM --- Global_Indexer/frmIndex.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index d72c5db..3e67f69 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -1387,7 +1387,7 @@ Public Class frmIndex End If Dim oStreamSuccessful = WINDREAM.NewFileStream(CURRENT_WORKFILE, CURRENT_NEWFILENAME, CURR_DOKART_OBJECTTYPE) - Dim oTempPath As String = Path.Combine(WINDREAM_BASEPATH, CURRENT_NEWFILENAME) + Dim oTempPath As String = WINDREAM_BASEPATH & CURRENT_NEWFILENAME _Logger.Debug("Checks for file [{0}]", oTempPath) _Logger.Debug("File streamed to Windream: {0}", oStreamSuccessful)