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

[REBOL] another parsing problem: converting dos filenames to rebol Re:

From: brian:hawley:bigfoot at: 19-Sep-2000 20:09

Terrence Brannon wrote:
>Could someone please fix this? It hung my interpreter: > >REBOL [ > Title: "DOS-REBOL File Name Conversion Routines" > File: %dosbol.r > Author: "Terrence Brannon" > Email: [princepawn--yahoo--com]
Try this: do http://www.bigfoot.com/~brian.hawley/rebol/to-rebol-file.r Not only will it solve your parse problems but it will let you support the other REBOL platforms as well. I use it every day in my own scripts, on many platforms. It's fast, too. I just updated it to support MacOSX, QNX RTP and Tao Elate but the last two may not work right. Does QNX RTP use Unix-style filenames like the other QNX's? Does Tao Elate use Amiga-style, Unix-style or something new? Brian Hawley