extracting file name from the URL
From the below URL I want to grab the file name CRS235 without file extension. I think this can be done using regular expressions. But, is there
a function that can directly extract this in C#.NET?
http://www.cs.ndsu.nodak.edu/students/CRS235.txt
Any weblink on this would be helpful.
Thanks,

