On 12-Sep-02, Jason Cunliffe wrote: >> Hmmm. What are three dots supposed to give? ...
> .../ = ../../ = grandparent > ..../ = ../../../ = great grandparent > etc > If you are too close to root / you'll get an error. Hmmm. It looks like REBOL's behaviour with this is very OS-dependant... >> what-dir == %/Dev/View/ >> change-dir %.../ ** Access Error: Cannot open /Dev/View/.../ ** Near: change-dir %.../ >> what-dir == %/Dev/View/ >> change-dir %../../ == %/ That's Amiga again. As someone requested, what happens with Linux? -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
