It seems on all of my versions of JMP I can't actually get to my path variable addin_home.
get path variable("addin_home");
//""
get path variable( "ADDIN_HOME(’com.some.real.addin’)" );
//""
convert file path("$Addin_home");
//Cannot expand path expression: $Addin_home
//"/$Addin_home"
but in plenty of my addins the location says $Addin_Home and they work. Can I just not see it from scripting for some reason?