Re: Process all files in a folder?
Re: Process all files in a folder?
- Subject: Re: Process all files in a folder?
- From: Michelle Steiner <email@hidden>
- Date: Fri, 7 Sep 2001 07:31:00 -0700
On 9/7/01 7:11 AM, Rachel <email@hidden> wrote:
>
The variable "doFile" seems to be known to TexEdit but I get the message
>
"can't find file filename" even when it knows the filename!
>
What am I doing wrong?
You're providing only the file name; you have to provide the full
pathname or an alias. So, instead of this line:
set doFile to the name of file bar of foo
Try this line:
set doFile to file bar of foo
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------