Clean filename for temp files, centralize windream basepath
This commit is contained in:
@@ -5,6 +5,7 @@ Module ModuleRuntime
|
||||
'Dim ConfigPath As String = Path.Combine(Application.UserAppDataPath(), "UserConfig.xml")
|
||||
Public Const USER_CONFIG_FILE = "UserConfig.xml"
|
||||
Public Const COMPUTER_CONFIG_FILE = "ComputerConfig.xml"
|
||||
Public Const WINDREAM_BASEPATH = "\\windream\objects"
|
||||
|
||||
Public MyConnectionString As String = ""
|
||||
Public LogErrorsOnly As Boolean = True
|
||||
@@ -23,5 +24,5 @@ Module ModuleRuntime
|
||||
Public IDB_DOC_ID As Int64
|
||||
Public IDB_LOG_INDEX As String
|
||||
|
||||
Public WINDREAM As Windream
|
||||
Public Property WINDREAM As Windream
|
||||
End Module
|
||||
|
||||
Reference in New Issue
Block a user