I just noticed some other subtle funkiness...

>> what-dir
== %/C/rebol/view/
>> change-dir %../
== %/C/rebol/
>> what-dir
== %/C/rebol/

ok now try this

>> change-dir %.../
== %/C/rebol/view/.../
>> what-dir
== %/C/rebol/view/.../

But list-dir behaves quite correctly.
It's just that rEBOL thinks of %.../ in a special way. For example:

>> type? %.../
== file!
>> type %..
** Script Error: type has no value
** Near: type %..
>> type %../
** Script Error: type has no value
** Near: type %../

./Jason

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to