• 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: Showing a Package's Contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Showing a Package's Contents


  • Subject: Re: Showing a Package's Contents
  • From: Yvan KOENIG <email@hidden>
  • Date: Sun, 24 Apr 2005 15:31:26 +0200


Le 1 avr. 2005 , à 18:35, daniel a écrit :

I was excited by the "SOLVED" line in the subject, but it's clearly not solved. I'd still love to see a way to reveal the *TOP LEVEL* of any package in the Finder. This is the crux of the original problem, as indicated by the subject line. Any general solution needs to work even if the package doesn't have any folders inside it.


Hello

As I was disconnected for sereval days at this month beginning I left several messages unread.

Today I pgave attention to the show package question.

Perhaps this short script may be an entry point:


-- [SCRIPT]
set lePaquet to "Macintosh HD:Users:myAccount:Desktop:Mail archives:fournisseurs:Aladdin_Allume.mbox:"


tell application "Finder"
	set ff to every item in (lePaquet as alias)
end tell -- Finder

set fft to {}
repeat with f in ff
	copy f as text to end of fft
end repeat
choose from list fft

-- [/SCRIPT]

_______________________________________________
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


References: 
 >Re: Showing a Package's Contents - SOLVED (From: Martin Orpen <email@hidden>)
 >Re: Showing a Package's Contents - SOLVED (From: Axel Luttgens <email@hidden>)
 >Re: Showing a Package's Contents - NOT SOLVED (From: daniel <email@hidden>)

  • Prev by Date: Re: Creating XML
  • Next by Date: Re: The Pyramid - a challenge...
  • Previous by thread: Re: Showing a Package's Contents - NOT SOLVED
  • Next by thread: folder order
  • Index(es):
    • Date
    • Thread