> Just a guess, but does the same happen if you add a trailing slash, ie:
> print exists? %./

Yes it does.
I guess it has to do with file permissions.
I'm running NT, the script does some stuff on files but it's local.
The rebol script invoked with the do/args is outside of the cgi-bin
directory defined in Apache. Is this a problem ? (it runs fine, it
just seems oblivious to what local files pertains).

daniel

> On 13-Jun-00, [EMAIL PROTECTED] wrote:

>> 
>> Can someone help me with the following :
>> 
>> Consider this : print exists %.
>> 
>> In other words, does the current directory exists ? (which has to be always
>> true).
>> 
>> However, when this line is called from a CGI script (it's not part of
>> the CGI script itself, but part of a rebol script called with "do/args" from
>> the CGI script), it produces "false".
>> 
>> I'm running Apache.
>> 
>> daniel


> Best regards
> Thomas Jensen



--
[EMAIL PROTECTED]
http://perso.worldonline.fr/mutant



Reply via email to