This script (with Snow Leopard) does nothing except changing the toolbar. Doesn't even have the decency to crash.
Worked Since 2003 with previous systems.
tell application "Finder" activate
if exists Finder window 1 then -- make sure there is a window to toggle
set wdw to Finder window 1
set visibleStatus to true -- or false
set the toolbar visible of wdw to visibleStatus
tell wdw
tell its list view options
-- set visible of column name column to visibleStatus
set visible of column modification date column to visibleStatus
set visible of column creation date column to visibleStatus
set visible of column size column to visibleStatus
set visible of column kind column to visibleStatus -- hide kind
set visible of column label column to visibleStatus
set visible of column version column to visibleStatus -- hide version
set visible of column comment column to visibleStatus -- hide comments
set visible of column creation date column to visibleStatus -- hide date created
end tell
end tell
end if
end tell
On Sep 11, 2009, at 10:15 AM, Robert Poland wrote:
HI,
Does anyone know the new Snow Leopard name for column kind column?
WAS:
set visible of column kind column to false -- hide kind
Bob Poland - Fort Collins, CO
Bob Poland - Fort Collins, CO