maybe fix copy2hdd error

This commit is contained in:
Jonathan Jenne
2021-08-09 13:45:15 +02:00
parent ea8f206873
commit 8f5ec70a2a
3 changed files with 22 additions and 7 deletions

View File

@@ -178,6 +178,8 @@ Public Class clsWorker
Try
'Delete all Tempfiles
For Each _file In TEMP_FILES
Logger.Debug("Trying to delete temp file: [{0}]", _file)
If System.IO.File.Exists(_file) Then
Try
System.IO.File.Delete(_file)