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

[REBOL] Re: Writing a file to a different computer on a Windows network.

From: greggirwin:mindspring at: 26-Feb-2003 20:16

Hi Greg, GS> In Network Neighborhood, the address of a folder I would like to write to, GS> has the format of \\computer-name\folder-name GS> The below line does not work, Rebol is still looking in c: GS> write %\\computer-name\folder-name\test.htm temp_read This format works for me: read %/computer-name/share-name/dir/file.txt -- Gregg