Re: More help with Photoscripter Please!!!
Re: More help with Photoscripter Please!!!
- Subject: Re: More help with Photoscripter Please!!!
- From: Shane Stanley <email@hidden>
- Date: Tue, 06 Feb 2001 08:43:01 +1100
On 6/2/01 3:29 AM +1000, Robert Seckendorf, email@hidden, wrote:
>
I am working with a handler that addresses the functions in PhotoScripter. I
>
need to perform a open file that uses the following format:
>
>
tell application "Photoshop. 5.5"
>
activate
>
open file "disk:folder:file"
>
end tell
Try:
set filePath to "disk:folder:file"
tell application "Photoshop. 5.5"
open alias filePath
end tell
--
Shane Stanley, email@hidden