Re: can't make alias into type text
Re: can't make alias into type text
- Subject: Re: can't make alias into type text
- From: Christopher Stone <email@hidden>
- Date: Wed, 17 Sep 2014 02:33:14 -0500
On Sep 17, 2014, at 00:55, Donald Hall < email@hidden> wrote: It was a good suggestion, and more proper as the every clause returns a list. Unfortunately I still get the same error. So I am still looking for how to convert an alias into text in Yosemite. Has anyone else done this?
______________________________________________________________________
Hey Don,
I haven't installed it yet, so I'm conjecturing.
----------------------------------------------------------------------------- tell application "System Events" set _frontApp to item 1 of (get file of every process whose frontmost is true) end tell set _frontApp to _frontApp as text ----------------------------------------------------------------------------- tell application "System Events" set _frontApp to path of (item 1 of (get file of every process whose frontmost is true)) end tell -----------------------------------------------------------------------------
-- Best Regards, Chris
|
_______________________________________________
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