extractEncoding

Gets or sets the user preference that determines the encoding type of files extracted from the application. Valid values are represented by the HFMConstants type library constants listed in Extracted File Encoding Constants.

Read-write.

Example

The following example sets the application to extract files in the UTF-16 format. Note how ApplyUserSettings is called to persist the setting.

' cHFMSession represents a previously set HFMwSession object.
cHFMSession.extractEncoding = EXTRACT_FILE_ENCODING_UTF16
cHFMSession.applyUserSettings FALSE