Remove Language
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user