std-acad-library-paths | ![]() |
std-acad-library-paths returns the list of directories which is the current search list for findfile, the same as the list of AutoCAD library paths. It is the ordered list of
1) the current directory,
2) the directory containing the current drawing file,
3) the directories defined in the ACAD environment variable, setup in the Preferences box, SUPPORT paths or - if not under Windows - the value of (getenv "ACAD")
4) the acad.exe directory
(std-acad-library-paths)
=> ("C:\\DWG" "C:\\A14\\SUPPORT" "C:\\A14\\FONTS" "C:\\A14")
None.
A list of directories without trailing backslash.
None.
(std-require 'STDFILE)
Defined in STDFILE