*MODULE-PATH*


Synopsis

*MODULE-PATH* a list of pathnames

Description

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:/"))

Module

Defined in STDMODUL