maybe fix copy2hdd error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user