Re: (resend)
Re: (resend)
- Subject: Re: (resend)
- From: Shane Stanley <email@hidden>
- Date: Sat, 27 Mar 2010 12:35:56 +1100
- Thread-topic: (resend)
On 27/3/10 10:40 AM, "Alex Zavatone" <email@hidden> wrote:
> With this output, we get a / after each folder so I can bring that into
> Applescript and only get the lines that end with /
Or do that in the shell at the same time:
do shell script "ls -tF " & posixPath & " | egrep /$"
--
Shane Stanley <email@hidden>
AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>
_______________________________________________
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
References: | |
| >Re: (resend) (From: Alex Zavatone <email@hidden>) |