Re: Folder ID
Re: Folder ID
- Subject: Re: Folder ID
- From: Andy Wylie <email@hidden>
- Date: Tue, 03 Dec 2002 21:46:58 +0000
on Tue, 3 Dec 2002 01:42:32 -0600 Christopher Stone wrote:
>
Greetings,
>
>
It seems to me that it's possible to open a folder in the finder by using its
ID number. I'd appreciate it if someone would remind me how.
>
>
AppleScript 1.8.3.
>
hi Chris, it's been awhile
I don't know 1.8.3 but I'm told X Finder has no id, in 8.6 it
seems to need the disk...
set theFold to choose folder
tell application "Finder"
set {theID, theDisk} to theFold's {id, disk}
open theDisk's folder id theID
end tell
_____________________________ Andy
_______________________________________________
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.