Scilab 6.0.0
- Aide de Scilab
- ATOMS
- Getting started
- Functions Summary
- atomsAutoload
- atomsAutoloadAdd
- atomsAutoloadDel
- atomsAutoloadList
- atomsCategoryList
- atomsCheckModule
- atomsDepTreeShow
- atomsGetConfig
- atomsGetInstalled
- atomsGetInstalledPath
- atomsGetLoaded
- atomsGetLoadedPath
- atomsInstall
- atomsIsInstalled
- atomsIsLoaded
- atomsList
- atomsLoad
- atomsQuit
- atomsRemove
- atomsRepositoryAdd
- atomsRepositoryDel
- atomsRepositoryList
- atomsRestoreConfig
- atomsSaveConfig
- atomsSearch
- atomsSetConfig
- atomsShow
- atomsSystemInit
- atomsSystemUpdate
- atomsTest
- atomsUpdate
- atomsVersion
Aide de Scilab >> ATOMS > atomsSaveConfig
atomsSaveConfig
Make a backup of the configuration file
Syntax
atomsSaveConfig([force])
Arguments
- force
force
is a boolean. If set to %T (True), previously existing config.bak file in SCIHOME/.atoms will be erased. Default value is %F (False);
Examples
atomsSaveConfig(%T); ls(atomsPath("system","user"));
See Also
- atomsRestoreConfig — Restore the configuration from the backup file
- atomsSetConfig — Manage ATOMS system parameters
- atomsGetConfig — Get ATOMS system parameters
History
Version | Description |
5.4.0 | Function added |
Comments
Add a comment:
Please login to comment this page.