Next: look, Previous: load, Up: GCL Reference Guide [Index]
(load-path)
Returns the current search path for command, geometry, files, etc. Note: to actually see the value returned by this function you should wrap it in a call to echo: (echo (load-path)). See (set-load-path …).
(echo (load-path))
(set-load-path …)