Re: Finder Question
Re: Finder Question
- Subject: Re: Finder Question
- From: Christopher Stone <email@hidden>
- Date: Wed, 11 Jan 2017 16:18:59 -0600
On Jan 11, 2017, at 15:58, S. J. Cunningham <email@hidden> wrote:
I can't make rhyme or reason out of when it works and when it doesn't.
In general that syntax shouldn't outta work.
I'd have to see a working example to be able to comment.
Something like this will generally work:
tell application "Finder" properties of items of front window end tell
But once you've created a list you generally have to iterate through it.
You might take a look at the list-object in the Applescript Language Guide.
There are some filter-forms that work such as:
set theList to {"one", 1, "two", 2, {"a", "list"}, {a:"record"}} integers of theList
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden