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

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

From: gschwarz::netconnect::com::au at: 27-Feb-2003 12:07

In Network Neighborhood, the address of a folder I would like to write to, has the format of \\computer-name\folder-name The below line does not work, Rebol is still looking in c: write %\\computer-name\folder-name\test.htm temp_read error message Cannot open /C/computer-name/folder-name/test.htm Have tried a few things, no go. :-( Any ideas? Regards, Greg Schwarz.