Re: Stumped with list folder in Mac OS X
Re: Stumped with list folder in Mac OS X
- Subject: Re: Stumped with list folder in Mac OS X
- From: Michelle Steiner <email@hidden>
- Date: Tue, 29 Jan 2002 15:05:38 -0700
On 1/29/02 2:41 PM, Carl Davaz <email@hidden> wrote:
>
Can't make "NewsPB29X:Desktop Folder:CalendarMaker:TestImages:" into a
>
item.
>
>
Can someone point out what I'm doing wrong?
Imagepath is a string; apparently list folder will coerce that string to
an alias under OS 9, but not under OS X.
Try this
set theList to list folder (alias ImagePath)
or possibly
set theList to list folder (ImagePath as alias)
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------