Results 1 to 3 of 3

Thread: Get Icons folder location set in options with lisp

  1. #1
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Get Icons folder location set in options with lisp

    I have one Icons folder used for several versions, and would like a macro that would open the folder set in options for Icons. Need the macro in my CUI to work on anyone's PC that used this CUI. How do I find the location with lisp?

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Get Icons folder location set in options with lisp

    Quote Originally Posted by Tom Beauford View Post
    I have one Icons folder used for several versions, and would like a macro that would open the folder set in options for Icons. Need the macro in my CUI to work on anyone's PC that used this CUI. How do I find the location with lisp?
    Tested this macro in AutoCAD 2013, and it works.

    Code:
    ^C^C(vl-load-com)(startapp "explorer" (strcat "/e, "(vla-get-CustomIconPath (vla-get-Files (vla-get-Preferences (vlax-get-acad-object))))));
    R.K. McSwain | CAD Panacea |

  3. #3
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Get Icons folder location set in options with lisp

    Thanks Man! Works perfect.

Similar Threads

  1. 2013: _Shortcuts Folder Location
    By LarryT in forum AutoCAD Civil 3D - General
    Replies: 4
    Last Post: 2015-08-14, 06:19 PM
  2. Remember my last folder location
    By Wish List System in forum Revit MEP - Wish List
    Replies: 0
    Last Post: 2011-11-29, 07:11 PM
  3. PDF.pc3 files printing to the same folder location
    By leee in forum AutoCAD Plotting
    Replies: 1
    Last Post: 2011-04-07, 07:47 PM
  4. Library Folder Location
    By Mike Y in forum Vault - General
    Replies: 1
    Last Post: 2007-12-28, 05:08 PM
  5. Template location -more than one path/folder
    By kcider in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2004-09-07, 04:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •