Remove Language

This commit is contained in:
Jonathan Jenne
2023-10-13 11:07:55 +02:00
parent 348d054e16
commit e402cdaf5c
30 changed files with 21 additions and 830 deletions

View File

@@ -819,7 +819,7 @@ Public Class Windream
Dim oNormalizedPath As String = pPath
If pCleanPath = True Then
oNormalizedPath = Utils.RemoveInvalidCharacters(pPath)
oNormalizedPath = StringEx.RemoveInvalidCharacters(pPath)
_logger.Debug("Path after RemoveInvalidCharacters: [{0}]", oNormalizedPath)
End If