----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 8:06 PM
Subject: [REBOL] Changing a String to a file?

You can use 'load to convert the string.

load  "%/path/file"
== %/path/file

type? load  "%/path/file"
== file!


Cheers,

Allen K

> 
> Hello, How do I change a string such as 
> file: "%/path/file" to type: file?
> file: %/path/file
> 
> thanks in advance,
> Doug
> 
> 

Reply via email to