Is it possible to get a script's full path from within a script ?

I need this function to load some files to include...

test.r is stored on my local webserver at 172.16.16.1...

REBOL []
scriptpath: ; how-do-i-get-this
includefile: head insert tail :scriptpath 'include.r
do includefile
...

I want the scriptpath set to the full path of the script file, remote or
local (that's is in my case http://172.16.16.1/ for the remote location)

I have checked through the system object, but couldn't find anything useful
there...

/PeO

Reply via email to