Get ApplicationPlugins path
Posted: Tue Mar 18, 2025 2:27 am
How can I find the install dir from IntelliCad (SubDir ApplicationPlugins)
Code: Select all
//---------------------------------------------------------------------------------
internal static bool GetPath_ApplicationPlugins(out string LongPathNam)
{
LongPathNam = string.Empty;
return true;
}
//---------------------------------------------------------------------------------