I am new to using applescript. I need to know how to reference a file once imported to change properties such as date, title.
ie
tell application "iPhoto"
import from "'/Users/myname/Desktop/Downloads/Pictures/myimg.jpg'"
set title of IMPORTED_IMAGE to "my imported image"
end tell
Any help is much appreciated
Thanks very much
Ben