This commit is contained in:
2020-02-13 10:21:07 +01:00
parent f150f3d897
commit a6ac1e08f0
13 changed files with 1769 additions and 2425 deletions

View File

@@ -240,7 +240,7 @@ LOGGER.Error(ex)
ElseIf Path.StartsWith("\") Then
Return Path
Else
Return "\" & Path
oNormalizedPath = "\" & Path
End If
Return oNormalizedPath