[REBOL] Re: "browse" under view 1.2.10.3.1
From: atruter:labyrinth:au at: 1-Jul-2003 10:12
Hi Ronaldoff,
> I still don't understand why the first attempt fails ...
>> help set-browser-path
USAGE:
SET-BROWSER-PATH value
DESCRIPTION:
Path to default web browser.
SET-BROWSER-PATH is a native value.
ARGUMENTS:
value -- The shell call string (Type: any-string)
I suspect the call string is passed direct to the OS (Windows in this case)
and it does not understand the REBOL file! syntax. ;)
Regards,
Ashley