Volume index bug in Panther?
Volume index bug in Panther?
- Subject: Volume index bug in Panther?
- From: Bill Briggs <email@hidden>
- Date: Thu, 6 Nov 2003 11:29:35 -0400
Odd indexing error with mounted volumes in Panther. Can anyone else
with Panther and more than one volume verify the behaviour?
Here's what happens. Running this...
tell application "Finder"
get the index of every disk
end tell
--> {2,3,4}
however, running this
tell application "Finder"
get the name of disk 4
end tell
--> error
but
tell application "Finder"
get the name of disk 1
end tell
--> "OS X"
Looks to me like a bug. When booted into OS 9 the disk ids and names
match up properly. The id is gone as a disk property in X.
- web
_______________________________________________
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.