• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Folder ID
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Folder ID
      • From: John Delacour <email@hidden>
  • Prev by Date: Re: Capturing video using AppleScript
  • Next by Date: Re: How to use Alias
  • Previous by thread: Folder ID
  • Next by thread: Re: Folder ID
  • Index(es):
    • Date
    • Thread