Hi beto correa,
you can do e.g. something like this:
var theName = app.activeDocument.name; theName = theName.replace (/\.ai/,'_X.ai'); // you can use this variable for saving
Have fun
Hi beto correa,
you can do e.g. something like this:
var theName = app.activeDocument.name; theName = theName.replace (/\.ai/,'_X.ai'); // you can use this variable for saving
Have fun