Add special folder verification for issue #144

This commit is contained in:
Michael J. Seiferling
2018-07-24 13:53:52 -06:00
parent 2680f857a9
commit a3572abb3d
4 changed files with 58 additions and 12 deletions
+6
View File
@@ -1051,6 +1051,12 @@ Public Class frmMain
Exit Sub
End If
'Check Special Paths
If Not mgrPath.CheckSpecialPaths Then
bInitFail = True
Exit Sub
End If
'Local Database Check
VerifyDBVersion(mgrSQLite.Database.Local)
LocalDatabaseCheck()