Re: 9.2.2 Update effects on applescript
Re: 9.2.2 Update effects on applescript
- Subject: Re: 9.2.2 Update effects on applescript
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 10 Dec 2001 10:40:24 -0800
On 12/10/01 10:26 AM, "Brandon Carpenter" <email@hidden> wrote:
>
I have been expiriencing problems since my update of 9.2.1 to 9.2.2. Does
>
anyone know where I can find info on the changes effecting applescript?
>
set fileList to list folder of aFolder without invisibles errors with -1700
>
Can't make "Image_Folder:UPC:05677531932" into a item.
>
This is a elementary part of many scripts.
>
Brandon Carpenter
>
806-352-6370 X 107
The "of" looks wrong. 'list folder' just takes a folder (in alias format) ,
not 'of aFolder'. It shouldn't have worked in 9.2.1 either, of course.
Try:
--assuming aFolder has been set to alias "HD:A Folder:This Folder:"
set fileList to list folder aFolder without invisibles
There was discussion yesterday that if you do this in 10.1.1 you're going to
get a few invisibles with it, but in 9.2.2 you should be OK, I think.
--
Paul Berkowitz