how to get a middle string value in split

Oct 10 2019 1:40 AM
i need to get value table.text in the filenmae variable that string
NOTE:  not fixed only dynamic
help 
 
string filename = "e:/Start/the/book/is/on/the/table.text";
string[] b = filename.Split('/');
 

Answers (1)