Dearch and open a drawing
Dearch and open a drawing
(OP)
Is there a way to create an AutoLisp program that will search through folders for a given drawing file.
The findfile function will confirm whether a file exists in a given folder, but I would like to search through a number of folders without explicitly stating which folder(s) to look in.
Do I have to use VBA instead?
I am presently using AutoCAD 2000
The findfile function will confirm whether a file exists in a given folder, but I would like to search through a number of folders without explicitly stating which folder(s) to look in.
Do I have to use VBA instead?
I am presently using AutoCAD 2000





RE: Dearch and open a drawing
Should read Search and Open a drawing
RE: Dearch and open a drawing
RE: Dearch and open a drawing
Of course, I would have to have some sort of check that there was not two drawings of the same filename.
I have written a lisp in the past that looked in a pre-set list of folders, however I now work in a project based environment with ever-changing folders.
Any thoughts?
RE: Dearch and open a drawing
http://www.afralisp.com/zip/supercp.zip
RE: Dearch and open a drawing