Re: setting the list view on a folder
Re: setting the list view on a folder
- Subject: Re: setting the list view on a folder
- From: kai <email@hidden>
- Date: Sat, 12 Aug 2006 01:24:54 +0100
On 11 Aug 2006, at 23:36, Jim Brandt wrote:
I'm curious to know if the list view can be set without actually
opening the folder.
Something like this should do the trick, Jim:
-----------------
tell application "Finder"
set new_folder to make new folder with properties {name:"my new
folder"}
set current view of new_folder's container window to list view
end tell
-----------------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden