Re: Coercion question
Re: Coercion question
- Subject: Re: Coercion question
- From: Michelle Steiner <email@hidden>
- Date: Fri, 15 Jun 2001 07:05:53 -0700
On 6/15/01 1:07 AM, Jan Pieter Kunst <email@hidden> wrote:
>
Hello all,
>
>
Is it possible to coerce this:
>
>
alias "Disk:Folder:File"
>
>
to this:
>
>
{file "File" of folder "Folder" of startup disk}
tell application "Finder"
set foo to the selection as alias list
set bar to file (item 1 of foo)
-->folder "PhotoDeluxe 2.0" of folder "Graphics" of startup disk of
application "Finder"
class of bar
--> folder
end tell
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------