jj: attempt to fix missing folder watch scan path
This commit is contained in:
parent
34ef925315
commit
17c8e08fda
@ -480,6 +480,14 @@ Public Class frmStart
|
|||||||
Cursor = Cursors.Default
|
Cursor = Cursors.Default
|
||||||
End Sub
|
End Sub
|
||||||
Sub Start_Folderwatch()
|
Sub Start_Folderwatch()
|
||||||
|
If CURRENT_FOLDERWATCH = String.Empty Then
|
||||||
|
FW_started = False
|
||||||
|
End If
|
||||||
|
|
||||||
|
If CURRENT_SCAN_FOLDERWATCH = String.Empty Then
|
||||||
|
FWSCAN_started = False
|
||||||
|
End If
|
||||||
|
|
||||||
If CURRENT_FOLDERWATCH <> "" Or CURRENT_SCAN_FOLDERWATCH <> "" Then
|
If CURRENT_FOLDERWATCH <> "" Or CURRENT_SCAN_FOLDERWATCH <> "" Then
|
||||||
If FW_ISSTARTED = True Then
|
If FW_ISSTARTED = True Then
|
||||||
tslblFW.Visible = True
|
tslblFW.Visible = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user