std-acad-library-paths


Synopsis

(std-acad-library-paths)

Description

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

Example

(std-acad-library-paths) 
=> ("C:\\DWG" "C:\\A14\\SUPPORT" "C:\\A14\\FONTS" "C:\\A14")

Arguments

None.

Return Value

A list of directories without trailing backslash.

Side Effects

None.

Module

(std-require 'STDFILE)

Defined in STDFILE