Re: Making a log file
Re: Making a log file
- Subject: Re: Making a log file
- From: Emmanuel <email@hidden>
- Date: Thu, 1 Mar 2001 11:10:06 -0600
At 9:41 -0600 1/03/01, Timothy K. Wilkinson wrote:
>
>
How do you make AppleScript return and append a new
>
line of information to a text file every time it's used?
-------------------
write whatEver to theFile starting at (get eof theFile)
-------------------
(you may consider checking the Standard Addn's dictionary)
HTH
Emmanuel