Using the column type definition
Using the column type definition
- Subject: Using the column type definition
- From: Todd Hunter <email@hidden>
- Date: Tue, 09 Oct 2001 16:08:52 -0700
I have been unable to use the column type definition when scripting the
Finder under Mac OS X 10.1. I am attempting to create a script that will do
the following
tell app "Finder"
set isColVisible to visible of modification date column of the container
window
end tell
The AppleScript above does not work. Does anyone know if there are any
examples that use the column type definition?