Message 1 of 6
Support File Search Path character limit in lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm trying to add an additional support file search path location via lisp for all of our users. I've found several lisp routines that will do this but the problem I'm running into is that it seems that the (setq path (getenv "ACAD")) doesn't return the entire list of search paths that I already have. It appears there's a character limit to this and the list gets truncated. Does anyone know of a way around this? I'm only adding eight additional search paths to what comes default with Civil 3D but there are a lot of default search paths.