ms
This commit is contained in:
@@ -2351,7 +2351,10 @@ Public Class frmIndex
|
||||
End Function
|
||||
Sub DeleteFile()
|
||||
Try
|
||||
If CURR_DELETE_ORIGIN = False Then Exit Sub
|
||||
If CURR_DELETE_ORIGIN = False Then
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(">> DeleteFile - CURR_DELETE_ORIGIN = False", False)
|
||||
Exit Sub
|
||||
End If
|
||||
File.Delete(CURRENT_WORKFILE)
|
||||
Catch ex As Exception
|
||||
MsgBox("Unexpeted Error in Delete Current Workfile:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
|
||||
Reference in New Issue
Block a user