Copy link to clipboard
Copied
Hi All,
I am new to illustrator scripting.
Is it possible in illustrator script to open/close .ai file and make it as active document?how?
please help me.
Thank you.
Views
Translate
Report
You can use open method under the Application class like below.
var f = File.openDialog("Select your AI file..."); //f as the file object app.open (f);
var f = File.openDialog("Select your AI file..."); //f as the file object
app.open (f);
Votes
never-displayed
Find more inspiration, events, and resources on the new Adobe Community