Re: Script keeps crashing Filemaker Pro
Re: Script keeps crashing Filemaker Pro
- Subject: Re: Script keeps crashing Filemaker Pro
- From: Nigel Smith <email@hidden>
- Date: Mon, 25 Nov 2002 11:32:01 +0000
On 22/11/02 9:02 pm, "email@hidden" <email@hidden> wrote:
>
> I have an applescript which is nested in a Filemaker Pro script step (as a
>
> "perform >applescript" command) which keeps crashing the program.
>
>
>
> it either crashes or returns the error >"Can't make 'Macintosh HD:'
>
>
>
> Here is the script:
>
>
>
> get path to startup disk
>
> set p to result as string
>
>
>
> set l to list folder p
>
> set diskName to p as text
That should probably be
set l to list folder alias p
which should solve the problem.
Nigel
_______________________________________________
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.