Next: , Previous: set-emodule-path, Up: GCL Reference


7.2.113 set-load-path

(set-load-path (PATH1 ... PATHN))
Sets search path for command, geometry, etc. files. The PATHi are strings giving the pathnames of directories to be searched. The special directory name + is replaced by the existing path, so e.g. (set-load-path (mydir +)) prepends mydir to the path.