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 8:52

On 12-Sep-02, Anton wrote:
> Is there any platform in which > %.../ > would mean the parent of the parent? > ie. > %one/two/three/.../ > would resolve to be: > %one/ > I have never seen anything like this, just checking. > In windows 2k, %... is not a valid file or directory > name, and attempts to access it through dos, windows > or rebol causes an access error. > So I have another question: > Is there any platform on which %... is a valid filename? > (I suspect linux.) >> write %... "Test" >> read %...
== "Test" Works fine for me. (: Amiga... -- Carl Read