<< atomsRepositoryList ATOMS atomsSaveConfig >>

Scilab Help >> ATOMS > atomsRestoreConfig

atomsRestoreConfig

Restore the configuration from the backup file

Syntax

atomsRestoreConfig()

Description

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

Examples

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

See also

History

VersionDescription
5.4.0 Function added

Report an issue
<< atomsRepositoryList ATOMS atomsSaveConfig >>