massValidator
This commit is contained in:
@@ -240,10 +240,12 @@ LOGGER.Error(ex)
|
||||
|
||||
If Path.StartsWith("\\windream") Then
|
||||
oNormalizedPath = Path.Replace("\\windream\objects\", "")
|
||||
ElseIf Path.StartsWith("\") Then
|
||||
ElseIf Path.StartsWith("\\") Then
|
||||
oNormalizedPath = Path.Substring(1)
|
||||
Else
|
||||
ElseIf Path.StartsWith("\") Then
|
||||
Return Path
|
||||
Else
|
||||
Return "\" & Path
|
||||
End If
|
||||
|
||||
Return oNormalizedPath
|
||||
|
||||
Reference in New Issue
Block a user