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

[REBOL] Re: network notation with rebol ?

From: lmecir:mbox:vol:cz at: 26-Nov-2002 16:08

Hi,
> Hi all , > > I'm trying to find a way to simply open a file on an ethernet network Pc
.
> I need to know if rebol can use the network notation system " > \\machine1\temp " for example ? I try to use this notation : > > File: open %\\machine1\temp > > but it daesn't work well is it another notation to use this system with > rebol ? > > Thanks > > Guillaume
try: to-rebol-file "\\machine1\temp" ; == %/machine1/temp HTH -L