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

[REBOL] Re: File Creation date

From: gabriele::colellachiara::com at: 14-Oct-2005 15:03

Hi Thorsten, On Friday, October 14, 2005, 2:08:16 PM, you wrote: TM> Perhaps you can help me with my second problem as well. I have TM> Characters like @ or $ in my filenames ([this--is]$a_test.txt). TM> How can i make rebol reading these files, not thinking it is an email??
>> %this%40is%24a_test.txt
== %[this--is]$a_test.txt :-) Alternatives:
>> %"[this--is]$a_test.txt"
== %[this--is]$a_test.txt
>> to file! "[this--is]$a_test.txt"
== %[this--is]$a_test.txt The only problem is that MOLD doesn't seem to do the right thing here (should output %40 instead of @), so if you need to save the file name and then load it back you'd run into problems. Regards, Gabriele. -- Gabriele Santilli <[gabriele--rebol--com]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/