At 13:15 -0800 4/2/2002, Andrew O. Mellinger wrote:
>   For example, I'm using the Finder.  How do I find the name of the
>startup disk?  In AppleScript it is:
>
>       tell application "Finder"
>               return Startup Disk as text
>       end tell
>
>   What would the be in Mac::Glue?

In AEPrint form, it would be something like (copied from Script Debugger's
log window)

        core\getd{
                ----:obj {
                        form:'prop',
                        want:type('prop'),
                        seld:type('pnam'),
                        from:obj {
                                form:'prop',
                                want:type('prop'),
                                seld:type('sdsk'),
                                from:'null'()
                        }
                },
                      ...
                      }

I haven't used Mac::Glue enough to translate on the fly.

  --John

-- 
John Baxter   [EMAIL PROTECTED]      Port Ludlow, WA, USA

Reply via email to