Re: Path to a file
Re: Path to a file
- Subject: Re: Path to a file
- From: Devon and Cornwall <email@hidden>
- Date: Sat, 7 Apr 2001 11:53:41 -0700
At 11:43 AM -0400 4/7/01, giZm0 wrote:
>
Hi, I am trying to get a path to a file as string.
>
My script looks like that:
>
>
Tell app 3Finder2
>
set lalocation to (path to (file "mp3list.txt" of system folder)) as string
>
End tell
>
>
But I just keep getting error messages when I run the script...
set lalocation to (path to system folder as string) & "mp3list.txt"
Probably should keep that one out of a Finder tell block.
Devon and Cornwall
Two heads are better than one.