Re: Slow app with Fusion drive.
Re: Slow app with Fusion drive.
- Subject: Re: Slow app with Fusion drive.
- From: Shane Stanley <email@hidden>
- Date: Tue, 12 Mar 2013 17:04:56 +1100
On 12/03/2013, at 4:12 PM, Brian Christmas <email@hidden> wrote:
tell application "Finder" to set posixPath to POSIX path of ((mailmanagerdesktopfolder & ":" & (item x of theFolderList)) as text)
Let go of the Finder!
set posixPath to POSIX path of (mailmanagerdesktopfolder & ":" & (item x of theFolderList)) as alias Did you copy both the urlsInFolder_ and urlsInURL_ handlers into your code?
display dialog theURLs as text # Always 'missing value'
URLs can't be coerced to text, so they won't show in a dialog. Use a log statement if you want to see them, or something like "display dialog (count of theURLs) as text".
|
_______________________________________________
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