TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Peter2 on November 22, 2013, 01:46:40 PM

Title: Find path of partial-cuix
Post by: Peter2 on November 22, 2013, 01:46:40 PM
I have a partial-cuix, e.g. "d:\software\acad\my\test.cuix". If I know only the name "test.cuix" - how can I get the path via Lisp?

Thanks in advance
Title: Re: Find path of partial-cuix
Post by: irneb on November 22, 2013, 03:24:03 PM
If the CUIX is already loaded and you know its internal group name, then you can do the same as I did in my Caddons:Path defun here: http://sourceforge.net/p/caddons/code/HEAD/tree/Caddons.MNL
Title: Re: Find path of partial-cuix
Post by: Peter2 on November 22, 2013, 04:48:56 PM
Thank you, I got it  :-) :-)
Title: Re: Find path of partial-cuix
Post by: irneb on November 23, 2013, 06:19:43 AM
Glad to help  8-)