TC
This commit is contained in:
@@ -13,7 +13,14 @@ Public Class cTC_Functions
|
||||
|
||||
If Not IO.File.Exists(file) Then Return False
|
||||
Dim fi As New System.IO.FileInfo(file)
|
||||
Dim UPLOAD_PFAD = TELOTEC_Worker.cTC_Paramter.GET_PARAM_ByName("TELOTEC_PFAD_SEND", VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM)
|
||||
|
||||
Dim UPLOAD_PFAD = ""
|
||||
Select Case FRIMA_DY
|
||||
Case "IMEX"
|
||||
UPLOAD_PFAD = TELOTEC_Worker.cTC_Paramter.GET_PARAM_ByName("TELOTEC_PFAD_SEND", VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM)
|
||||
Case Else
|
||||
UPLOAD_PFAD = TELOTEC_Worker.cTC_Paramter.GET_PARAM_ByName("TELOTEC_PFAD_SEND_VERAG", VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM)
|
||||
End Select
|
||||
|
||||
|
||||
Dim destFilenameTMP = UPLOAD_PFAD + "." & If(IO.File.Exists(UPLOAD_PFAD & "." & fi.Name), Now.ToString("yyMMdd_HHmmss.fff_"), "") & fi.Name
|
||||
|
||||
Reference in New Issue
Block a user