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

[REBOL] Re: filepath and slash problem

From: gregg::pointillistic::com at: 15-Jul-2007 13:40

Hi Sabu, TO-STRING removes the path separator.
>> to-string 'TestEdu/Test.txt
== "TestEduTest.txt" -- Gregg