Re: Entourage, Photoshop and a Folder Action
Re: Entourage, Photoshop and a Folder Action
- Subject: Re: Entourage, Photoshop and a Folder Action
- From: Martin Orpen <email@hidden>
- Date: Tue, 29 Mar 2005 20:36:53 +0100
on 29/3/05 6:15 pm, Steve Suranie at email@hidden wrote:
> I tried having Entourage run the script but it kept giving me errors that
> Photoshop couldn't resolve the path to the file.
An easy solution is to set up a rule in Entourage that saves the attachment
to a folder and then triggers an AppleScript to process the file in the
folder.
All Adobe products need an alias (as it seems that you are aware) - they
can't do the coercion for you as you tried in your script. So do something
simpler:
tell application "Finder"
set theDoc to every file of folder "Macintosh HD:blahblah:" as alias
end tell
tell application "Adobe Photoshop CS"
open theDoc
end tell
HTH
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden