Hi Guys:
I am trying to edit the code of an Aris script from another script, first at all, is this possible? anyone knows how to do it?
I am thinkinf about using the function:
new java.io.File("//path//" + scriptName);
For opening it, editing and saving, but dont know the path and if this makes sense.
Thank you,
Regards,
Ignacio
Ilya Seletkov on
Hi.
Try to use ScriptAdmin's methods: export, unzip, <edit source code in unzipped text file *.script>, zip, import.
var scriptadmincomponent = Context.getComponent("ScriptAdmin")BR, ILya