How to add a photo to an album in iPhoto?
How to add a photo to an album in iPhoto?
- Subject: How to add a photo to an album in iPhoto?
- From: Sarat Kongara <email@hidden>
- Date: Sat, 27 Nov 2004 10:55:32 -0800
Hi,
I am an AppleScript Newbie. I am trying to add a photo to a specific
album in iPhoto using ApppleScript.
Here is what I got so far
tell application "iPhoto"
if not (exists album "Sample Album") then
new album name "Sample Album"
end if
import file from ":Users:sarat:Documents:Photo1.jpg" to album "Sample Album"
end tell
The album is created but the photo is not imported and I don't get any
error in Script Editor. Any help is really appreciated.
Thanks
Sarat
_______________________________________________
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