Thank you for your answer Andrew, but this does not solve my problem. I am using MSWindow98. The novell server is connected to my local network and can be seen via the "network neigboorhood". When using MS Explorer, the path to the destination directory which is on this novell server is indicated as \\Novell_server\accounts\GABILLON, but rebol does not recognised it as a directory (dir? %\\Novell_server\accounts\GABILLON returns false). Actually rebol tries to find this directory on my local disk.
***************************** Alban Gabillon Universit� de Pau IUT, D�partement GTR 371 rue du ruisseau 40000 Mont de Marsan Tel: 05 58 05 76 05 Fax: 05 58 06 83 70 email: [EMAIL PROTECTED] http://www.univ-pau.fr/~gabillon http://csysec.univ-pau.fr ******************************** ----- Original Message ----- From: "Andrew Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 10:29 AM Subject: [REBOL] Re: saving files on a novell server > Alban Gabillon wrote: > > I am beginner in Rebol. I would like to write a script which could save > some of the files which are stored on my local disk into a local novell > server. I tried to define a destination path like > %//Novell_Server/accounts/gabillon but this is not recognised as an existing > path. > > The path might be: > %//Novell_Server/accounts/~gabillon > Note the "~" in front of "gabillon". > > Also you might be confusing path! with file!, perhaps? For example: > >> type? %//Novell_Server/accounts/gabillon > == file! > and: > >> type? 'Novell_Server/accounts/gabillon > == path! > > I hope that helps! > > Andrew Martin > ICQ: 26227169 http://valley.150m.com/ > -><- > > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
