View Single Post
Quote:
Originally Posted by henri View Post
How would I modify the script so that the new project appears in the same folder as the template? For me it would be very helpful to set things up this way, because I'd like to keep the templates in the appropriate folders, (instead of putting them in a template folder).
You would have to modify these two lines (from version 0.7.1 on my software page):
Code:
duplicate (value of item 1 of theSelectedItems) to after last section
set duplicatedItem to last section
Change the first line to specify the location of the duplicate relative to item 1 of theSelectedItems, which is the project being duplicated. Change the second line to capture a reference to the duplicate.
__________________
Cheers,

Curt