Environment Variable Functions
| Function Syntax |
(LM:sfsp+ <lst>) (LM:sfsp+n <lst> <idx>) (LM:sfsp- <lst>) (LM:wcsfsp- <pat>) (LM:env:addpaths <key> <del> <lst>) (LM:env:addpathsatn <key> <del> <lst> <idx>) (LM:env:removepaths <key> <del> <lst>) (LM:env:wcremovepaths <key> <del> <pat>) |
| Current Version | 1.0 |
| Download | EnvVarV1-0.lsp |
| View HTML Version | EnvVarV1-0.html |
| Donate |
Introduction
This library of functions is designed for the manipulation of environment variable values, specifically those which store single or multiple directory paths, separated by a delimiter character.
The library contains a set of generic functions for the manipulation of values held by arbitrary environment variables using arbitrary delimiter characters, and a set of convenience functions targeting specific environment variables used by AutoCAD, e.g. the ACAD environment variable, which stores the set of support file search paths.
