[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with dribble



> 
> Btw, do you feel that the second call to (dribble "dribble.log") should
> overwrite or append to the existing file?
> 

Yes, I also agree that it should append rather than overwrite but could we 
have an option to overwrite so that

(dribble "dribble.log")

creates a new file if it doesn't exist or appends if it does and

(dribble "dribble.log" :overwrite t)

creates a new file if it doesn't exist or overwrites if it does exist. And

(dribble "dribble.log" :overwrite nil) 

would be the same as

(dribble "dribble.log")


Art Nuzzo

Fixed Products Design Center
Motorola