C
csharpula csharp
Hello,
I got a string imput which looks like this:
c://abc//dfg//jjj//hh.txt
I want to fetch the file name of such input each time : to get hh.txt
from the string. What is the best code manipulation for doing that?
I got a string imput which looks like this:
c://abc//dfg//jjj//hh.txt
I want to fetch the file name of such input each time : to get hh.txt
from the string. What is the best code manipulation for doing that?