Re: alias as string = as Unicode text?
Re: alias as string = as Unicode text?
- Subject: Re: alias as string = as Unicode text?
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 17 May 2002 20:08:49 -0700
On 5/17/02 7:58 PM, I wrote:
>
repeat with i from 1 to (count theItems)
>
set itemName to item i of theItems
>
set theItem to alias (folderPath & itemName) as Unicode text
>
-- ... etc.
>
The last line should, of course, be
set theItem to alias ((folderPath & itemName) as Unicode text)
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.