Re: Why is this happening?
Re: Why is this happening?
- Subject: Re: Why is this happening?
- From: Shane Stanley <email@hidden>
- Date: Mon, 28 Jul 2014 17:15:52 +1000
Your theTotalProcessingListTemp contains a list of Finder references, and you can't pass applications' objects to other ASObjC-based classes. Trying to coerce the list to a list is pointless. What happens if you "set theTotalProcessingListTemp ... as alias list"?
Longer term, you'd be better off avoiding the Finder altogether, and using NSFileManager. It will be quicker and more reliable.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden