Re: Scripting Components Version
Re: Scripting Components Version
- Subject: Re: Scripting Components Version
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 16 Apr 2001 18:28:41 -0700
On 4/16/01 12:44 PM, "Ehsan Saffari" <email@hidden> wrote:
>
set theFileInfo to info for (thePath & aFile)
That only works if you have Jon's Commands or Akua Sweets installed (which
according to the list you provided, you don't!). They have string to alias
coercions. Otherwise, and to be safe, you should make it:
set theFileInfo to info for alias (thePath & aFile)
--
Paul Berkowitz