If System.IO.File.Exists(FileToDelete) = True Then
System.IO.File.Delete(FileToDelete) MsgBox("File Deleted")
End If