IMetabaseUsersUpdateErrors.SaveToFile

Syntax

SaveToFile(FileName: String; Unicode: Boolean;)

Parameters

FileName. The path and the name of the text file, to which errors are saved.

Unicode. Indicates whether saving is executed in the Unicode encoding.

Description

The SaveToFile method saves the detailed information about updating errors to file.

Comments

If the Unicode parameter is set to True, the file will be saved in UTF-16 encoding, otherwise in ANSI.

Example

The example of use is given in description of the IMetabaseUsersUpdate.Callback property.

See also:

IMetabaseUsersUpdateErrors