On 3/9/99 1:01 AM Grahame Armitage ([EMAIL PROTECTED]) wrote:

>Does anyone know how to read all the log files in a folder on the Mac?
>
>It can read a file in the same folder as the Analog program alright.
>
>But, in that folder I have another folder called "Logs", my log files all
>reside within that. They are called "access_log.native.[date]", where
>[date] is the date the log was created.
>
>Whenever I try and point to it ie, LOGFILE "logs/access_log.native.*" or
>LOGFILE
>"Grahames%20HD/Applications/Internet/Internet%20Applications/Analog%203.11
>/Logs/
>access_log.native.*", I get a message like this:
>
>analog: Warning F: Cannot find logfile logs/access_log.native.*: ignoring it
>
>If anyone could help I'd be grateful.

You need to use a seperator character of ':' on the Mac. Also, you can't 
use URL style encoding. So your path would be:

LOGFILE "Grahames HD:Applications:Internet:Internet Applications:Analog 
3.11:Logs:*"

Alternatively you could use a relative path, something like:

LOGFILE ":Logs:*"

Good Luck
Jason



--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------

Reply via email to