*MODULE-PATH* | ![]() ![]() |
*MODULE-PATH* a list of pathnames
A global variable defining search paths for STD-REQUIRE.
It is searched before the AutoCAD library path, to disallow accidentally loading modules with same filenames elsewhere.
Best is to put the stdlib path as first element and add the ending slash at every path such as
(setq *MODULE-PATH* '("L:/stdlib/" "L:/"))
Defined in STDMODUL