wwrequest::GetExecutablePath

Returns the logical, Web relative path to the DLL or script.

http://www.west-wind.com/wconect/noceode.wc

returns:

/wconnect/nocde.wc

The path is always in Web format with forward slashes and is relative to the Web server's root directory.

o.getexecutablepath()

Returns

string of the executable path

Remarks

Same as calling Request.ServerVariables("SCRIPT_PATH")

See also