• 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: Library Confusion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Library Confusion


  • Subject: Re: Library Confusion
  • From: Luther Fuller <email@hidden>
  • Date: Wed, 08 Oct 2014 09:29:06 -0500

More experiments in Mavericks (10.9.5).

This script returns correct results ...

-- "StartupDisk:System:Library:Filesystems:" is selected
tell application "Finder"
activate
set selList to get selection
if (count items of selList) ≠ 1 then return
end tell
set itemPath to (item 1 of selList) as text
tell application "Finder" to open window of folder itemPath -- correct folder is opened

However, this script opens the wrong folder ...

-- "StartupDisk:System:Library:Filesystems:" is selected
tell application "Finder"
activate
set selList to get selection
if (count items of selList) ≠ 1 then return
end tell
set itemPath to (item 1 of selList) as text
set itemAlias to (item 1 of selList) as alias
tell application "Finder" to open window of itemAlias -- INCORRECT folder is opened
-- "StartupDisk:Library:Filesystems:" is opened

Indicating that the Finder is having a problem with aliases.

Has anyone encountered problems related to this ?
Should I report this as a bug ?



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Library Confusion
      • From: Luther Fuller <email@hidden>
References: 
 >Library Confusion (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: Library Confusion
  • Next by Date: Re: Library Confusion
  • Previous by thread: Re: Library Confusion
  • Next by thread: Re: Library Confusion
  • Index(es):
    • Date
    • Thread