Re: turn off finder "triangles" in Mac OS 9
Re: turn off finder "triangles" in Mac OS 9
- Subject: Re: turn off finder "triangles" in Mac OS 9
- From: Andy Wylie <email@hidden>
- Date: Wed, 09 May 2001 02:37:51 +1200
on Monday, May 7, 2001 9:52 PM email@hidden wrote:
>
Sorry, I don't know what the feature is called -- but I really don't
>
like the triangles used in Finder windows to expand folders.
------------
tell application "Finder"
set expanded of (every folder of container of front window) to false
end tell
------------
>
Is there a way to get the Finder to automatically collapse these when
>
the window is closed (would a folder action work)
I imagine so.
_____________________________ Andy