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

[REBOL] [library][request-dir] bug?

From: atruter::labyrinth::net::au at: 23-May-2004 14:29

Anyone else come across this strange behaviour?
>> system/version
== 1.2.10.3.1
>> save %a.txt "" >> write %a.txt "" >> request-dir
== none
>> save %a.txt ""
** Access Error: Bad file path: a.txt ** Near: save %a.txt ""
>> write %a.txt ""
** Access Error: Bad file path: a.txt ** Near: write %a.txt "" Regards, Ashley