Mac OS X Finder views
Mac OS X Finder views
- Subject: Mac OS X Finder views
- From: Jeff Shepherd <email@hidden>
- Date: Mon, 15 Jul 2002 11:05:27 -0700
I have a classic script that sets the finder view of window as follows
-- Set target folder to list view
set current view of container window of destFolder to name
-- set the folder columns displayed
set shows creation date of destFolder to true
set shows modification date of destFolder to false
set shows kind of destFolder to false
set uses relative dates of destFolder to false
set +class cuss; of destFolder to true
I'd like to do two things.
(1) Find the equivalent code to execute under OS X
(2) have an if/then that checks whether this script is running under
OS X or classic and run the appropriate code
_______________________________________________
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.