TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: AARYAN on May 08, 2013, 06:48:09 AM

Title: Browse Directory with Existing Path
Post by: AARYAN on May 08, 2013, 06:48:09 AM
Hi All,

Please help me.

I need a routine to select folder through Visual Lisp with Existing Path. I have tried Lee McDonell's Code but it doesnt allow me to go back to previous folder. Is it possible to browse folder listing from Desktop and pointing to the existing supplied path.

Thanks and Regards
AARYAN
Title: Re: Browse Directory with Existing Path
Post by: irneb on May 10, 2013, 03:51:56 AM
You could use either DosLib (http://wiki.mcneel.com/developer/doslib)'s dos_getdir (http://www.en.na.mcneel.com/doslib/folder_functions/dos_getdir.htm) function.

Or alternatively OpenDCL (http://opendcl.com/wordpress/)'s also got similar functions (and a lot more for dialog intefacing).