Re: opening the folders in window 1
Re: opening the folders in window 1
- Subject: Re: opening the folders in window 1
- From: Daniel Jalkut <email@hidden>
- Date: Fri, 13 Jan 2006 16:15:13 -0500
Hi Bob - you're iterating the "name of every folder of wdw" ... try just iterating "every folder":
set x to every folder of wdw
Daniel On Jan 13, 2006, at 12:30 PM, Robert Poland wrote: set x to name of every folder of wdw repeat with i from 1 to length of x set currentItem to (item i of x) open currentItem -- as new window 1 -- run script "iMac HD:Library:Scripts:Universal Scripts:setToListView" end repeat
|
_______________________________________________
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