Hey ASP ppl's...
Does anybody know if it's possible to return the BaseName of your current document without having to write it into the function manually?
i.e without having to write
set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write(fs.GetBaseName("200001.asp"))
I've tried removing the 200001.asp, but without any success. Any other ideas??
Many Thanks!!
Does anybody know if it's possible to return the BaseName of your current document without having to write it into the function manually?
i.e without having to write
set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write(fs.GetBaseName("200001.asp"))
I've tried removing the 200001.asp, but without any success. Any other ideas??
Many Thanks!!