• 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: Reveal Multi Folders
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reveal Multi Folders


  • Subject: Re: Reveal Multi Folders
  • From: Steven Valenti <email@hidden>
  • Date: Fri, 26 May 2006 12:50:59 -0400

I'll answer my own question.
Put it all in a list with one reveal.

tell application "Finder"
activate
reveal {"AppleCore:CreativeServices:WIP-Folders:Steven:Job1", "AppleCore:CreativeServices:WIP-Folders:Steven:Job2:"}
end tell




On May 26, 2006, at 11:56 AM, Steven Valenti wrote:

Is it possible to reveal items in a separate windows.
I want to reveal a list of folders in the FoundFolder variable. If both folders are in the same parent folder this script only reveals the last item in the list.

tell application "Finder"
activate
repeat with i in FoundFolder
set RetrieveFolder to StorageFolderPath & i
reveal (RetrieveFolder as alias)
end repeat
end tell


Simpler version:

This reveals both in to separate finder windows.
tell application "Finder"
activate
reveal "AppleCore:CreativeServices:WIP-Folders:Steven:Projects:Job1"
reveal "AppleCore:CreativeServices:WIP-Folders:Steven:Job2:"
end tell


This reveals only Job2 in one finder windows.
tell application "Finder"
activate
reveal "AppleCore:CreativeServices:WIP-Folders:Steven:Job1"
reveal "AppleCore:CreativeServices:WIP-Folders:Steven:Job2:"
end tell
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Searching for cells/rows/columns in Excel
  • Next by Date: Re: Moving Scripting Additions from home to system library
  • Previous by thread: Reveal Multi Folders
  • Next by thread: iTunes : "File permission error"
  • Index(es):
    • Date
    • Thread