Index list from the Finder
Index list from the Finder
- Subject: Index list from the Finder
- From: "Daniel Brieck Jr." <email@hidden>
- Date: Wed, 25 Jul 2007 21:46:25 -0400
Hello,
I am attempting to run the the following script and I am getting a
"Finder got an error: Can't continue ." error message. Any idea how I
can get this to work?
tell application "Finder"
set NameDiskList to get name of every disk -- This works
set indexList to get the index of every disk -- Getting a problem
here on INDEX and don't know why
end tell
I know that it is a valid property from the following scripts results
and the Finders dictionary. Is there some way to get around the error.
tell application "Finder"
set disk_list to get properties of every disk
end tell
Thank you,
Daniel J. Brieck Jr.
_______________________________________________
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