FileAppend: Boolean;
The FileAppend property determines whether the file in which export is performed will be appended.
By default the property is set to False, and file is overwritten during export. If it is necessary to append the file, the property should be set to True. The path to the file is determined by the FileName property.
Usage of the property is shown for IMetabaseSecurityExporter.ExportPolicy.
See also: