Re: OS X Finder windows and column settings
Re: OS X Finder windows and column settings
- Subject: Re: OS X Finder windows and column settings
- From: Barbara Mueller <email@hidden>
- Date: Fri, 23 May 2003 20:13:26 +0200
Hallo,
Does anyone know how to script the check boxes for Date Modified, Size,
Kind, etc. in the view options for an OS X Finder window? (In list view)
This is the core of one of my scripts which changes the settings of
the front window to "Date Modified" (in list view)
tell application "Finder"
tell application "System Events"
tell process "Finder"
click button "Date modified" of group 1 of outline 1 of scroll area 1
of window 1
end tell
end tell
end tell
Barbara
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.