Re: Showing a Package's Contents
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