atomsRestoreConfig

Restore the configuration from the backup file

Calling Sequence

atomsRestoreConfig()

Description

atomsRestoreConfig checks that a config.bak file exists, and set it as the main confiuration file. The backup file is deleted in the process.

Examples

atomsSaveConfig(%T);
`deletefile`_(atomsPath("system","user")+"config");
atomsRestoreConfig();

See Also

History

Version Description 5.4.0 Function added .. _atomsGetConfig: atomsGetConfig.html .. _atomsSaveConfig: atomsSaveConfig.html .. _atomsSetConfig: atomsSetConfig.html

Table Of Contents

This Page