fix path in SINGLEFILE_2_WINDREAM
This commit is contained in:
parent
b70613ffcc
commit
3913928a21
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user