Next:
look
, Previous:
load
, Up:
GCL Reference
7.2.63 load-path
(load-path)
Returns the current search path for command, geometry, etc. files. 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 ...)
.