Folder icon arrangement
Folder icon arrangement
- Subject: Folder icon arrangement
- From: Brian Christmas <email@hidden>
- Date: Fri, 22 May 2015 15:09:49 +1000
G’day scripters
I’m trying to set the arrangement of a desktop folder and its sub-folders to ‘arranged by name’.
The attached script works, but it only sets the Sort Order to ‘Name’, instead of the Arrangement.
Is there a way in Yosemite to actually set the Arrangement?
Regards
Santa
tell application "Finder" tell window of folder ((path to desktop) & "MM Numbers Chart Files" as text) tell its icon view options say arrangement as text if arrangement as text is "not arranged" then set arrangement to arranged by name end tell end tell 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