Re: Getting array of Item names and Positions
Re: Getting array of Item names and Positions
- Subject: Re: Getting array of Item names and Positions
- From: Skeeve <email@hidden>
- Date: Mon, 28 Jan 2008 16:09:51 +0100
This is too slow?
tell application "Finder"
set np to {}
repeat with r in desktop
copy {name, position} of r to the end of np
end repeat
np
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden