Re: Panther bug: "Volumes" folder not updating
Re: Panther bug: "Volumes" folder not updating
- Subject: Re: Panther bug: "Volumes" folder not updating
- From: Michael Terry <email@hidden>
- Date: Mon, 22 Dec 2003 00:51:37 -0800
On Dec 21, 2003, at 7:52 PM, Gnarlodious wrote:
That's the first thing I tried and it didn't work. But now I know why,
because Finder can't access an invisible folder. So if I say:
tell application "Finder" to open folder "Applications" of the startup
disk
App folder opens OK, but:
tell application "Finder" to open folder "Volumes" of the startup disk
You could do something like this:
tell application "Finder" to update ("/Volumes/Font HD" as POSIX file)
or, I would think, even delete the alias file, if necessary.
Cheers,
Mike
_______________________________________________
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.