Re: displayed name of a process
Re: displayed name of a process
- Subject: Re: displayed name of a process
- From: Michelle Steiner <email@hidden>
- Date: Mon, 24 Mar 2008 08:41:59 -0700
On Mar 24, 2008, at 8:01 AM, KOENIG Yvan wrote:
Under 10.4,
when the Finder is set to display name extensions, the "displayed
name" property of an application process reflects this choice
(theApp.app)
when the Finder is set to "don't display "name extensions, the
"displayed name" property of an application process reflects this
choice (theApp)
Under 10.5
the choice is no longer reflected.
Is is a deliberate feature or is it a bug ?
I'm running 10.5.2 and can't duplicate your problem. It works the
same for me as in 10.4.
tell application "Finder"
set foo to the selection as alias
set extension hidden of foo to true
display dialog (get displayed name of foo)
set extension hidden of foo to false
display dialog (get displayed name of foo)
end tell
-- Michelle
--
"As democracy is perfected, the office of president represents, more
and more closely, the inner soul of the people. On some great and
glorious day the plain folks of the land will reach their heart's
desire at last and the White House will be adorned by a downright
moron."
.... H.L. Mencken ...
_______________________________________________
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