Fix stupid errors
This commit is contained in:
@@ -230,10 +230,10 @@ Public Class ClassWindream_allgemein
|
||||
Public Function NormalizePath(Path As String)
|
||||
Dim oNormalizedPath As String
|
||||
|
||||
If Path.StartsWith("\") Then
|
||||
oNormalizedPath = Path.Substring(1)
|
||||
ElseIf Path.StartsWith("\\windream") Then
|
||||
If Path.StartsWith("\\windream") Then
|
||||
oNormalizedPath = Path.Replace("\\windream\objects\", "")
|
||||
ElseIf Path.StartsWith("\") Then
|
||||
oNormalizedPath = Path.Substring(1)
|
||||
Else
|
||||
Return Path
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user