MS .Net Update
This commit is contained in:
@@ -171,6 +171,17 @@ Public Class DDWDResultHandler
|
||||
If initresult = True Then
|
||||
'##### Profildurchlauf ########
|
||||
_profil.Profil_Durchlauf(False)
|
||||
For Each oFile As String In clsCURRENT.TEMP_FILES
|
||||
If File.Exists(oFile) Then
|
||||
Try
|
||||
File.Delete(oFile)
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
|
||||
End If
|
||||
Next
|
||||
|
||||
ElseIf initresult = False Then
|
||||
Logger.Warn("clsProfil konnte nicht initialisiert werden")
|
||||
notcompleted = True
|
||||
|
||||
Reference in New Issue
Block a user