I have the following code to perform method Split
in a path:
Dim ItemsCopy As Integer = 0
Dim Caminho As String = ContarItems(I)
Dim SplitCam As String() = Regex.Split(Caminho.ToString, "=")
For Each S As String In SplitCam
Vizualizador.ListBox1.Items.Add(S)
Next
Where has the ContarItems(I)
% is a array that put on just to save the URL, but the following have a URL
Exemplo: Victor\junior\Documentos\=Pasta\Teste\arquivo.teste
When using the method it cuts straight-laced and adds the listbox
, but I wanted it just put the second part of the event Pasta\Teste\arquivo.teste
he puts the first and second, and do not want this first part.