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
NotesLogSyntax
isOverwriteFile() : boolean
setOverwriteFile(flag:boolean)
: void
Legal value | Description |
---|---|
true |
writes over the existing log file |
false (default) |
appends to the existing log file |