CAD Forums > CAD General

Calling Routines in a Subfolder of the support path

(1/4) > >>

MSTG007:
I am trying to see if I can create a macro that will run a lisp routine that I have barried several folders deep.


--- Code: ---(load "Support Folder\\2\\3\\4\\Z2S - Zoom to Structure.LSP")(C:z2s)
--- End code ---

I know I can get it to work if I add the full address, but did not know if it would work like the above.

thanks for the help.

Lee Mac:
As far as I'm aware, not possible without the file either residing in the support path or the full path to the file is provided.

MSTG007:
Ok. That answers that question. Thanks for the info Lee. It was just a thought to see if it would.

roy_043:
This suggests that the findfile function can find files in subfolders in the search path. In BricsCAD this also applies to the load function.

MSTG007:
Interesting... I gotta try this out. Thank you

Navigation

[0] Message Index

[#] Next page

Go to full version