N
Netmonster
Hello,
How do I parse a string that contains a URL and get the filename only?
i.e.
string tmp = "http://test.com/downloads/test.exe";
I just want the test.exe..
Thanks in advance.
KC
How do I parse a string that contains a URL and get the filename only?
i.e.
string tmp = "http://test.com/downloads/test.exe";
I just want the test.exe..
Thanks in advance.
KC