Re: View of a Finder window
Re: View of a Finder window
- Subject: Re: View of a Finder window
- From: "Marc K. Myers" <email@hidden>
- Date: Sat, 10 Feb 2001 18:24:40 -0500
- Organization: [very little]
>
Date: Sat, 10 Feb 2001 18:44:11 +0100
>
Subject: A quick one (View of a Finder window)
>
From: "Chris Banford" <email@hidden>
>
To: email@hidden
>
>
How do I set the view of an open window in the Finder to 'List'?
>
>
(its a lot easier and faster to ask this list, than to spend the hours
>
needed to figure it out myself!).
tell application "Finder"
set view of window "someName" to 2
end tell