Re: Filters with "entire contents of"
Re: Filters with "entire contents of"
- Subject: Re: Filters with "entire contents of"
- From: Michelle Steiner <email@hidden>
- Date: Sat, 16 Oct 2004 14:57:55 -0700
On Oct 16, 2004, at 2:45 PM, Paul Berkowitz wrote:
The unusual thing here is that 'every item of entire
contents' seems to be treating 'entire contents' as a reference and
not as
an AppleScript list.
Here's another datapoint, I think:
tell application "Finder"
class of (items of (entire contents of (choose folder)))
end tell
--> {document file, folder, document file, document file, folder,
document file, document file, folder, folder, document file, document
file, document file, document file, document file, document file,
document file, document file, document file, document file, document
file, internet location file, folder, internet location file, document
file, document file, document file}
However, you get the same result without "items of"
tell application "Finder"
set x to (items of (entire contents of (choose folder)))
class of x
end tell
--> list
Again, you get the same result without "items of"
-- Michelle
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden