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

[REBOL] Re: Re(3): REBOL/View for commercial products -renaming

From: riachtchenko:docutec at: 13-Dec-2000 16:10

No, John-
>> list-dir
babk_2 bak/ bak_2/ feedback.r nntp.r public/ rebol.r rebx.exe user.r
>> owrite_err: disarm try [rename %rebx.exe %rebol.exe]
** Script Error: disarm expected error argument of type: error. ** Where: owrite_err: disarm try [rename %rebx.exe %rebol.exe]
>> list-dir
babk_2 bak/ bak_2/ feedback.r nntp.r public/ rebol.exe rebol.r user.r
>> probe owrite_err
make object! [ code: 509 type: 'access id: 'no-rename arg1: "rebol.exe" arg2: none arg3: none near: [rename %rebol.exe %rebol2.exe] where: none ]
>>
i send it to feedback cheers sascha [johnkenyon--uk--ibm--com] wrote: