Save a Project as a Copy (After Effects Scripting)
I was wondering if there way any way to save a project as a copy through ExtendScript. I know that a project can be saved in this manner:
app.project.save(File(aep_path));
But this is not identical to saving a copy because then the project that's currently active in After Effects becomes whatever I just saved to, instead of staying at whatever it was previously.
Is there any way to get the exact same effect of "save a copy" through After Effects scripting? Thanks.
This is what I'm referring to; I want this functionality in scripting:

Is this possible? If so, how? I see no references to it in any of the After Effects scripting guides.
