• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Name of Finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Name of Finder


  • Subject: Re: Name of Finder
  • From: Richard 23 <email@hidden>
  • Date: Mon, 4 Dec 2000 22:25:25 -0800

>Is there some way in AppleScript to get the name of Finder without knowing
>Finder's name?
>
>If one is writing a script that will be used on systems using other than
>English, is the name of "Finder" fixed to the English word "Finder"? If not,
>is there some way to determine what it is called, so that you could generate
>a 'tell application "SomeNameForFinder"' block?

I do something similar in my QuitFinder script to get the name of the
Finder
and the name of the current OS.

Actually, stepping back...

AppleScript will be able to locate the Finder whatever it's name if your
script is compiled with a Finder tell block. Within that tell block you
can get the name of the Finder (which might seem redundant but may not be
on international versions of the Mac OS) within such a block:

tell application "Finder"
set fndrName to name
end

R23


  • Follow-Ups:
    • Re: Name of Finder
      • From: Allen Watson <email@hidden>
    • Re: Name of Finder
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Process nested folders
  • Next by Date: Re: Name of Finder
  • Previous by thread: Name of Finder
  • Next by thread: Re: Name of Finder
  • Index(es):
    • Date
    • Thread