[REBOL] Re: Enabling the REBOL community
From: joel:neely:fedex at: 18-May-2001 6:39
Hi, Gabriele,
Gabriele Santilli wrote:
> Actually I should have written system/options/home/lib...
> It is already there and works!
>
>> system/options/home/lib
== %/home/jn/bin/lib
>> change-dir system/options/home/lib
** Access Error: Cannot open /home/jn/bin/lib/
** Near: change-dir system/options/home/lib
>> value? system/options/home/lib
== true
>> exists? system/options/home/lib
== false
>>
Well, it appears that
'system/options/home/lib
exists, but that's no guarantee that
exists? system/options/home/lib
works. I suppose the above expression could serve as the
acid test for whether to include it in the UHURU path list.
Your thoughts?
-jn-
------------------------------------------------------------
Programming languages: compact, powerful, simple ...
Pick any two!
joel'dot'neely'at'fedex'dot'com