Base Zooflow Filehandling

This commit is contained in:
Developer01
2026-04-30 16:04:31 +02:00
parent 57298369a6
commit 7d91b973ce
11 changed files with 1077 additions and 19 deletions

View File

@@ -7,4 +7,10 @@ Public Class Environment
Public Property Database As MSSQLServer
Public Property DatabaseIDB As MSSQLServer
Public Property Modules As New Dictionary(Of String, State.ModuleState)
Public Class Filehandling
Public CopyWMFile2Temp As Boolean = False
Public WM_SUFFIX As String = "\\WINDREAM\OBJECTS"
Public MAP_SHAREDRIVE As String = ""
Public MAP_BLACKLIST As String = ""
End Class
End Class