Re: Bundle Objects
Re: Bundle Objects
- Subject: Re: Bundle Objects
- From: Shane Stanley <email@hidden>
- Date: Sat, 24 Nov 2007 10:31:03 +1100
- Thread-topic: Bundle Objects
On 24/11/07 10:19 AM, "tom wible" <email@hidden> wrote:
> set whereAmI to (path to resource) as string
>
> gives me this error:
>
> "Can't make current application into type string."
Path to resource needs to be followed by a string containing the name of a
resource in, by default, the Resources folder. Try this:
set whereAmI to (path to resource "Scripts") as string
display dialog whereAmI
--
Shane Stanley <email@hidden>
AppleScript Pro Florida, Feb 2008 <http://scriptingmatters.com/aspro>
_______________________________________________
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