Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ...

From: carl:cybercraft at: 12-Sep-2002 17:38

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