TheSwamp

Code Red => .NET => Topic started by: kdub_nz on November 15, 2022, 06:44:23 PM

Title: A reminder about LEGACYCODESEARCH
Post by: kdub_nz on November 15, 2022, 06:44:23 PM
Just a reminder :
If we have files in the \bin\Debug or \bin\Release folder that we want AutoCAD to find at startup
be sure to set LEGACYCODESEARCH to 1 <ON>
.lsp and .scr startup files will then be on the AutoCAD Search path when Visual Studio starts AutoCAD.

 also (findfile "xxx.xx") will return the file path.

Have a fun day,