This content has been marked as final.
Show 2 replies
-
1. Re: REPLACE EXISTING PDF FILE
Thomas B. Nielsen Jun 5, 2009 12:28 PM (in response to Barb Wentzell)Hello Barb,
You really should ask this question in an applescript forum.
I think what you need to do is have something in the lines of (i dont know applescript):
on adding folder items to this_folder after receiving this_item (or when updating this_item)
tell application "Finder"
duplicate this_item to folder " CITY MEDIA NEW" of disk "Production Server"
end tell
end adding folder items to
-
2. Re: REPLACE EXISTING PDF FILE
Barb Wentzell Jun 5, 2009 12:59 PM (in response to Thomas B. Nielsen)Thanks Thomas
I'll post the question in the applescript forum.
Barb

