Graham Chiu wrote:
> On Win32, what's the syntax to access a file in an other partition?
> 
> If, I'm on f:
> 
> then 
> 
> test: read %d:\whatever\file.txt
> 
> fails

This:
        read %/d/whatever/file.txt
    or:
        read %"/c/Program Files/REBOL/user.r"
    for long filenames with embedded spaces.

Andrew Martin
ICQ: 26227169
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
-><-

Reply via email to