On 12-Sep-02, Jason Cunliffe wrote: > 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/.../ Hmmm. What are three dots supposed to give? ... >> what-dir == %/Dev/View/ >> change-dir %./ == %/Dev/View/ >> change-dir %.../ ** Access Error: Cannot open /Dev/View/.../ ** Near: change-dir %.../ >> change-dir %../ == %/Dev/ >> change-dir %../ == %/ That's on Amiga. Oh, have you a directory called ... in your view directory? -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
