Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.system > #15982

How to find FSSpec of front Finder window?

From gastacara@macgui.com (Cliff Huylebroeck)
Newsgroups comp.sys.mac.system
Subject How to find FSSpec of front Finder window?
Date 2011-12-02 18:56 +0000
Organization Mac GUI
Message-ID <gastacara-1322852201@macgui.com> (permalink)

Show all headers | View raw


What is the shortest way to find the FSSpec of the front Finder window in OS
9.2.2?

I know how to find it with AppleScript:

tell application "Finder"
set x to item of container window 1
end tell

But I search a simple function for use in a C++ program.

Back to comp.sys.mac.system | Previous | NextNext in thread | Find similar


Thread

How to find FSSpec of front Finder window? gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-02 18:56 +0000
  Re: How to find FSSpec of front Finder window? Barry Margolin <barmar@alum.mit.edu> - 2011-12-02 14:51 -0500
    Re: How to find FSSpec of front Finder window? Jolly Roger <jollyroger@pobox.com> - 2011-12-02 15:50 -0600
      Re: How to find FSSpec of front Finder window? Tom Harrington <tph@pcisys.no.spam.dammit.net> - 2011-12-02 16:52 -0700
      Re: How to find FSSpec of front Finder window? Michael Vilain <vilain@NOspamcop.net> - 2011-12-02 23:13 -0800
        Re: How to find FSSpec of front Finder window? Jolly Roger <jollyroger@pobox.com> - 2011-12-03 08:45 -0600
          Re: How to find FSSpec of front Finder window? Don Bruder <dakidd@sonic.net> - 2011-12-03 08:54 -0800
            Re: How to find FSSpec of front Finder window? dog_cow@macgui.com (D Finnigan) - 2011-12-05 15:48 +0000
    Re: How to find FSSpec of front Finder window? gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-05 15:47 +0000
      Re: How to find FSSpec of front Finder window? Jolly Roger <jollyroger@pobox.com> - 2011-12-05 12:56 -0600
  Re: How to find FSSpec of front Finder window? gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-05 15:50 +0000

csiph-web