L
Lin Ma
Hi,
Is there are an easy way to get the file name from the URL address.
My web url is like: http://servername/foldername/filename.asp
I want to get only filename.asp
Do I need to do request.servervariables("PATH_INFO") then trim it and left
only filename.asp?
Or there is a easy way?
Thanks,
Lin Ma
Is there are an easy way to get the file name from the URL address.
My web url is like: http://servername/foldername/filename.asp
I want to get only filename.asp
Do I need to do request.servervariables("PATH_INFO") then trim it and left
only filename.asp?
Or there is a easy way?
Thanks,
Lin Ma