I need to find in a list (of string) if any element is like a string. I do it like this For Each L As String In LikePaths If A Like L.ToLower Then Return True Next Return
For Each L As String In LikePaths If A Like L.ToLower Then Return True Next Return