IupConfigSave

Definition: include pGUI.e

integer errcode = IupConfigSave(Ihandle config)
Description: Saves the configuration file. Usually called when the application closes.

config: Identifier of the configuration database (see IupConfig)

Returns an error code:
 0 = no error;
-1 = error opening the file;
-2 = error accessing the file;
-3 = error during filename construction
See Also: IupConfig, IupConfigLoad