Re: add finder item to iTunes
Re: add finder item to iTunes
- Subject: Re: add finder item to iTunes
- From: Michelle Steiner <email@hidden>
- Date: Mon, 18 Aug 2008 13:35:15 -0700
On Aug 18, 2008, at 1:15 PM, Rick Schmidt wrote: Hello, this should be an easy one. I am trying to add a finder item to iTunes with applescript. The path to the file is based on other variables from a dialog box. I just need that file to open in itunes, once the path has been set. Thanks. Sorry if this is a repost, I was notified that it did not go through.
set foo to choose file --use file types or file identifiers to limit selection if you wish
tell application "iTunes" activate open foo end tell
-- Michelle
-- Please contribute to the Leukemia and Lymphoma Society, and help me meet my fund raising goal for my marathon training.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden