Re: Show Package Contents
Re: Show Package Contents
- Subject: Re: Show Package Contents
- From: Philip Aker <email@hidden>
- Date: Tue, 21 Oct 2008 13:38:04 -0700
On Oct 21, 2008, at 1:26 PM, Tim Mansour wrote:
How may we open the window of a package (Show package Contents) from AppleScript ?
Well I note that this doesn't work:
tell application "Finder" reveal alias "Mac HD:Applications:Address Book.app:Contents:" end tell
but this does work:
tell application "Finder" reveal alias "Mac HD:Applications:Address Book.app:Contents:Resources:" end tell
--do shell script "open '/Applications/Address Book.app/Contents'" set p to (path to applications folder as text) & "Address Book.app:Contents:" tell application "Finder" activate open p end tell
OS X 10.5.5
Philip Aker
Democracy: Two wolves and a sheep voting on lunch.
|
_______________________________________________
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