IsOverwriteFile (NotesLog - JavaScript)

Read-Write. For a log that records to a file, indicates if the log should write over the existing file or append to it. This property has no effect on logs that record to a mail message or database.

Defined in

NotesLog

Syntax

isOverwriteFile() : boolean

setOverwriteFile(flag:boolean) : void

Legal value Description
true writes over the existing log file
false (default) appends to the existing log file

Usage

To write over an existing log file, you must set this property to true before calling the openFileLog method.