Re: How to get the number of items in a selected Folder ?
Re: How to get the number of items in a selected Folder ?
- Subject: Re: How to get the number of items in a selected Folder ?
- From: Yvan KOENIG <email@hidden>
- Date: Thu, 26 Nov 2015 18:07:33 +0100
> Le 2015/11/26 à 15:46, Thomas Fischer <email@hidden> a écrit :
>
> Hello Yvan,
>
> this may be a dumb question, but I played around with your solution and found that I cannot save it as script (on Yosemite).
> If I comment out the »use framework "Foundation"« then I can save the script, but it won't run anymore.
> How is this to be solved?
>
> Best regards
> Thomas Fischer
>
>
>
> Am 25.11.2015 um 19:49 schrieb Yvan KOENIG <email@hidden>:
>
>> I would probably use :
>>
>> use scripting additions
>> use framework "Foundation"
>> use script "BridgePlus" version "1.3"
>>
>> load framework
>> set myFolder to (choose folder) as alias
>> count (current application's SMSForder's filesIn:myFolder recursive:true asPaths:false)
>>
>>
>>
>> Yvan KOENIG running El Capitan 10.11.1 in French (VALLAURIS, France) mercredi 25 novembre 2015 19:49:05
>>
I didn’t ran it under Yosemite because I’m using El Capitan.
Foundation isn’t a newly added framework so, I have no idea explaining why you can’t save the script.
Yvan KOENIG running El Capitan 10.11.1 in French (VALLAURIS, France) jeudi 26 novembre 2015 18:07:26
_______________________________________________
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