CAD ADS



  • Interested in advertising your product here with a graphical ad? Contact me

CAD PARTNERS


  • SolidCAD is an Autodesk Premier Solutions Provider. With a knowledgeable technical support staff, their emphasis is on providing solutions and not just products.



    If your located in Ontario, Canada, contact SolidCAD

January 2006

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

WEB SEARCH

« Service Pack 1 for AutoCAD 2005, LT, Revit Series | Main | Mechanical Desktop 2004DX: Service Pack 2 Available »

AutoCAD Tip: Easily Locate Files Within Support Paths

Most users are aware that AutoCAD uses "Support Paths" which identify the locations where both dependent AutoCAD files and any custom files (ie. lisp addons) reside. Since AutoCAD defines multiple support paths and the fact that you can include your own additional paths, locating a file within one of these locations can be a tedious process; especially since later versions of AutoCAD point to locations outside of the installation directory.

That being said, using a single line of lisp code at the command line in AutoCAD makes locating these files a breeze. In lisp, the FINDFILE function searches all of your support paths for the file that you specify. Therefore, as an example, if we wanted to search for the "ACAD.PAT" file within the support paths we would simply enter the following at the AutoCAD command prompt and hit enter:

(findfile "acad.pat")

Findfile


Looking at the image we can see the exact path to this file (click on image to see it enlarged).

Comments

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.