std-findfile | ![]() |
std-findfile searches for the filename in all directories of the *MODULE-PATH* and then the AutoCAD library search path.
If fspec contains an absolute path it searches only in this path and ignores the system paths.
It doesn't handle wildcards.
;;; mimic the LOAD search path (std-findfile (std-def-extension fname "LSP"))
fname: a filename specifier which might not include wildcards.
The first found filename.
None.
(std-require 'STDFILE)
Defined in STDFILE