From help-request at octave dot org Thu May 13 00:46:29 2004 Subject: Setting the Loadpath to go across drives From: "Coralie Major" To: help at octave dot org Date: Thu, 13 May 2004 00:43:44 -0500 I am trying to use Octave on a network installation, so all the octave files are located on 'P:\' which I am not allowed access to. Instead I can store my own .m files on Z:\. How can I set the LOADPATH to allow me to access files on Z:\? If I try path([DEFAULT_LOADPATH,"Z:/code//"]), then I get all the directories in Default loadpath, plus Z plus /code//. I have also tried something along the lines of path([DEFAULT_LOADPATH,"../../../Z/code//"]), but this doesn't work either. Any ideas?? Thanks, Coralie _________________________________________________________________ Tired of 56k? Get a FREE BT Broadband connection http://www.msn.co.uk/specials/btbroadband ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------