MS2
This commit is contained in:
@@ -252,6 +252,9 @@ Public Class frmConfig_Basic
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
Dim fbdialog As New FolderBrowserDialog
|
||||
If txtScanFolderWatch.Text <> "" Then
|
||||
fbdialog.SelectedPath = txtScanFolderWatch.Text
|
||||
End If
|
||||
If fbdialog.ShowDialog() = DialogResult.OK Then
|
||||
CheckScanFolder(fbdialog.SelectedPath)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user