System Variable Entry: CLAUTOLISPSUPPORTFILESEARCHPATH
← Prev | ↑ Chapter | Next → | Index | Symbols
System Variable Entry: CLAUTOLISPSUPPORTFILESEARCHPATH
Name
CLAUTOLISPSUPPORTFILESEARCHPATH
Type
string
Default
"./"
Read-Only
no
Scope
session
Description
clautolisp-only. The folders a relative load / open / findfile name
is searched in, in TRUSTEDPATHS syntax (semicolon-separated, optional
quotes). It is appended after the *autolisp-support-paths* list, so
the support paths take precedence. The default "./" resolves to the
current working directory, reproducing the legacy behaviour. Relative
paths are searched on this path; absolute paths are used directly.
Read/Written By
- findfile
- load
- open
Compatibility
clautolisp extension; absent on AutoCAD and BricsCAD. Honoured only under
the :clautolisp dialect; getvar on it under another dialect returns
nil (an out-of-dialect foreign-sysvar access). Seedable from the
environment variable of the same name (precedence setvar > env >
default).
Source Notes
- No vendor reference. Specified by
clautolisp/documentation/clautolisp-secureload-trust-model-spec.org; implemented 1.2.16 / 1.2.20.