In .NET 4.0, whats the equivalent function to IO.Path.GetFileName for urls?
IO.Path.GetFileName
You can use Server.MapPath() to map a physical path from a virtual path.
Additionally, there are a number of methods within the HTTPUtility that will help you map various different types of path.