EgtDOORCreator :

- piccole correzioni.
This commit is contained in:
Dario Sassi
2017-12-12 12:57:25 +00:00
parent ee5f0f55aa
commit b383db9856
11 changed files with 53 additions and 67 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ Friend Module OptionModule
Dim sMachinDir As String = String.Empty
If GetMainPrivateProfileString(S_DOORS, K_MACHINDIR, "", sMachinDir) <> 0 Then
If Not Directory.Exists(sMachinDir) Then
' manntego l'accesso a quello di default
' mantengo l'accesso a quello di default
EgtOutLog("Warning : " & sMachinDir & " does not exist")
' controllo che il direttorio che era stato passato di default esista
Else