Re: AppleScript Droplet seems to receive strange file list
Re: AppleScript Droplet seems to receive strange file list
- Subject: Re: AppleScript Droplet seems to receive strange file list
- From: Takaaki Naganoya <email@hidden>
- Date: Sat, 18 Feb 2017 09:29:41 +0900
Thanks for your confirmation, Yvan. I think it is an odd behavior, too.
-- Takaaki Naganoya Piyomaru Software
Le 17 févr. 2017 à 14:11, Takaaki Naganoya < email@hidden> a écrit :
I confirmed the droplet’s received file list on macOS 10.12.4(beta). It seems strange. Sometimes, they are split. If fileList contains files, file bundles and folders, the length of it become strange. Something is wrong with AppleScript droplet, I think.
<AppleScript> on run
end run
on open fileList set aRes to length of fileList display dialog aRes as string
repeat with i in fileList set j to i as string display dialog j end repeat end open </AppleScript>
|
_______________________________________________
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