Re: Panther bug: "Volumes" folder not updating
Re: Panther bug: "Volumes" folder not updating
- Subject: Re: Panther bug: "Volumes" folder not updating
- From: Nigel Smith <email@hidden>
- Date: Tue, 23 Dec 2003 10:27:13 +0000
Gnarlie,
Looks like you can't access the hidden folder using the "Finder friendly"
form, which sort of makes sense if you think about it. But if you use the
usual Mac-path form you are OK.
Both
tell application "Finder"
update "Luggage:Volumes"
end tell
...and
tell application "Finder"
open "Luggage:Volumes"
end tell
...work fine on my machine, whose startup disk is (of course) "Luggage".
More generally:
tell application "Finder"
update (name of startup disk) & ":Volumes"
end tell
HTH,
Nigel
_______________________________________________
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.