diff --git a/Modules.Windream/Windream.vb b/Modules.Windream/Windream.vb index e7735ff5..68580c06 100644 --- a/Modules.Windream/Windream.vb +++ b/Modules.Windream/Windream.vb @@ -172,6 +172,10 @@ Public Class Windream _sessionDomain = SessionDomain End Sub + Public Function GetCleanedPath(Path As String) As String + Return Regex.Replace(Path, Constants.REGEX_CLEAN_FILENAME, String.Empty) + End Function + Public Function GetChoiceListItems(ChoiceListName As String) As List(Of String) Dim oItems As New List(Of String) Dim oChoicelist As WMObject @@ -1448,10 +1452,6 @@ Public Class Windream End If End Function - Private Function GetCleanedPath(Path As String) As String - Return Regex.Replace(Path, Constants.REGEX_CLEAN_FILENAME, String.Empty) - End Function - Private Function GetObjectTypes() As WMObjects Dim oObjectTypes As WMObjects