More help with Photoscripter Please!!!
More help with Photoscripter Please!!!
- Subject: More help with Photoscripter Please!!!
- From: Robert Seckendorf <email@hidden>
- Date: Mon, 05 Feb 2001 08:29:59 -0800
OK,
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
PhotoScripter doesn't seem to like a reference to a file as in below:
set fileRef to a reference to the file "disk:folder:file"
tell application "Adobe. Photoshop. 5.5"
activate
open file fileRef
end tell
I keep getting the error, Can't make some data into the expected type".
This being the case, how do I pass a file reference to PhotoShop, especially
if I have a folder full of files I want to open systematically, say from
within a loop?
Thanks in advance!
Rob S.