Get ApplicationPlugins path

#1
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;
        }
   //---------------------------------------------------------------------------------
cron