On 20 apr 2006, at 19.47, Seth Duke wrote:
On 4/20/06 1:38 PM, "Sven E Olsson" <[EMAIL PROTECTED]> wrote:
Any ideas how to arrange the icons from an script or an another way?
AppleScript:
tell application "Finder"
set arrangement of icon view options of window of alias "iBook G4
HD:Users:sduke:Desktop:My Test Folder:" to arranged by name
end tell
-Seth
Thanks for your response!
Your script working, But I have NOT get it to works when I try to use
an parameter
for the path...
on run {mf}
tell application "Finder"
set arrangement of icon view options of window of alias {mf} to
arranged by name
end tell
end run
I have tested some variants but nope...
Thanks,
Sven E
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>