Re: Volume index bug in Panther?
Re: Volume index bug in Panther?
- Subject: Re: Volume index bug in Panther?
- From: Deivy Petrescu <email@hidden>
- Date: Thu, 6 Nov 2003 18:33:30 -0500
On Nov 6, 2003, at 10:29 AM, Bill Briggs wrote:
I know you've already filled the bug, but this is what *I* get
Here's what happens. Running this...
tell application "Finder"
get the index of every disk
end tell
running the same script gives me an error:
tell application "Finder"
get index of every disk
"Finder got an error: Can't continue ."
To confirm your suspicion:
tell application "Finder"
set k to the index of startup disk --->2
set n to name of disk k ---> Mac OS 9 , not my startup
get index of disk n ---> 3
end tell
- web
Regards
Deivy
http://www.dicas.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.