Test-Tool Aktualisierungen
This commit is contained in:
@@ -70,6 +70,12 @@ Public Class Form1
|
||||
Private Sub btRunEmailCheck_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btRunEmailCheck.ItemClick
|
||||
' Check Email
|
||||
ListBox1.Items.Clear()
|
||||
|
||||
If bsifolderbrowser Is Nothing Or String.IsNullOrEmpty(bsifolderbrowser.Caption) Then
|
||||
MsgBox("Es wurde kein input-Verzeichnis konfiguriert. Abbruch!", MsgBoxStyle.Information)
|
||||
Return
|
||||
End If
|
||||
|
||||
Dim di As New DirectoryInfo(bsifolderbrowser.Caption)
|
||||
' Get a reference to each file in that directory.
|
||||
Dim fiArr As FileInfo() = di.GetFiles()
|
||||
|
||||
Reference in New Issue
Block a user