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: johnkenyon:ibm at: 13-Dec-2000 15:45

Hi, Just to check, what fs are you using? My rebol partition is NTFS. Cheers, 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