Hello, I thought Rebol did this translation itself.

Elliott

On 18-Jan-00, [EMAIL PROTECTED] wrote:

> try ...
> 
> test: read %/d/whatever/file.txt
> 
> or you could try this home grown function (one of my earliest REBOL
> utilities)
> 
> cvt-win-path: func [
>   {Convert a Windows pathname (e.g., C:\Windows\Desktop) to REBOL path}


>> 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
>> 
>> -------
>> Regards,        Graham Chiu
>> gchiu<at>compkarori.co.nz
>> http://www.compkarori.com/dynamo - The Homebuilt Dynamo
>> http://www.compkarori.com/dbase - The dBase bulletin
>> 
> 
> 

Reply via email to