[REBOL] Rotten root
From: patrick::philipot::laposte::net at: 2-Jul-2024 20:19
Hi List,
What's wrong with view-root? I had in mind that view-root was always returning the Rebol/View
folder.
For me, the Rebol/View folder is %/D/REBOL/VIEW/
Using View version 1.2.10, I see now that view-root gives me whatever folder my script
is. I have tested it with the following script:
Rebol[]
help view-root
This program displays "VIEW-ROOT is a file of value: %/D/REBOL/VIEW/PUBLIC/PROG/" when
my scrip is in /D/REBOL/VIEW/PUBLIC/PROG/.
It displays "VIEW-ROOT is a file of value: %/D/REBOL/VIEW/PUBLIC/" when my scrip is in
/D/REBOL/VIEW/PUBLIC/.
Has it always been like that? Is it just my imagination ?
That's a problem for me, because I need a fixed repair to find some script and I was
used to write stuff like that:
do rejoin [view-root %public/include/new-skin.r]
Regards
Patrick