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

accesing a file with []

 [1/2] from: compkarori::gmail::com at: 8-Oct-2008 4:07


How does one access a file with a [ ] in it? imagemagick makes a series of files ending in [0].png etc. But REBOL turns the [ and ] into html entities. -- Graham Chiu http://www.synapsedirect.com Synapse - the use from anywhere EMR.

 [2/2] from: gregg:pointillistic at: 7-Oct-2008 21:07


Hi Graham, GC> How does one access a file with a [ ] in it? GC> imagemagick makes a series of files ending in [0].png etc. GC> But REBOL turns the [ and ] into html entities. The console molds the name with the escapes, but it seems to write and access the file just fine here (2.7.6 on Windows). -- Gregg