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:  rejoin [ %<what goes= here?>  destpage ".html" ] either exists? filename [    print "have= it" ][    print= "???" ] I believe I have exhausted all possible= variations I can think of. Can someone shed some light? Thanks, Kai  
-- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
