Re: List View of finder window?
Re: List View of finder window?
- Subject: Re: List View of finder window?
- From: Michelle Steiner <email@hidden>
- Date: Wed, 16 Feb 2011 09:15:48 -0700
On Feb 16, 2011, at 9:05 AM, Robert Poland wrote: This should be so simple. How do I tell what is the view of a Finder Window, List, Column, Icon?
It's right in the Finder's dictionary:
tell application "Finder" current view of front window end tell
current view (icon view/list view/column view/group view/flow view) : the current view for the container window
BTW, what is "group view"? I tried to set a window to that, and got an error saying it's an incorrect enumerated value for that property.
-- Michelle -- "If you don't preach in my school I won't think in your church"
|
_______________________________________________
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