Re: OS 9 - Package of running application file
Re: OS 9 - Package of running application file
- Subject: Re: OS 9 - Package of running application file
- From: Brennan <email@hidden>
- Date: Wed, 22 Jan 2003 15:33:22 +0100
On 22/01/2003 at 7:44 AM, Paul Skinner <email@hidden> wrote:
>
Try this...
>
>
tell application "Finder"
>
set p to properties of file ((application file of (processes whose
>
frontmost is true)) as string)
>
return {kind of p, container of p}
>
end tell
No dice. the 'set p' line is giving me a 'can't get' error. I tried some variants
such as 'as record' with no success.
Any other ideas?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.