Hi= ~   Linux/Rebol 2.5.6.4.2   I want to check the existence of a file=
from a cgi script and my code works well if I use an absolute= path.   I do
have problems using a relative path= though:   My script resides off the
document root in= cgi-bin and the file I want to check for in httpdocs, also
off the document= root.   filename: &#160;rejoin [ %<what goes= here?>
&#160;destpage ".html" ]   either exists? filename [ &#160;&#160;&#160;print
"have= it" ][ &#160;&#160;&#160;print= "???" ]   I believe I have exhausted
all possible= variations I can think of. Can someone shed some light?  
Thanks,
Kai &#160;

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to