TSignalWrite.AppendFile Property

Boolean AppendFile { get; set; }

If True, the SaveFile method will set the file cursor at the end of the file.

Returns: Boolean

Remarks:

Any records written to the file will be appended to the existing ones. If the value of the property is false, the existing file will be overwritten.